non port: ports-mgmt/portupgrade-devel/Makefile |
SVNWeb
|
Number of commits found: 106 (showing only 100 on this page) |
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
|
Thu, 5 Jan 2023
|
[ 09:55 Yasuhiro Kimura (yasu) ] 2a325f4
ports-mgmt/portupgrade*: Use databases/rubygem-dbm with Ruby 3.2
databases/ruby-bdb is BROKEN with Ruby 3.2.
PR: 268207
Approved by: maintainer timeout
MFH: 2023Q1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 9c165b9 (Only the first 10 of 44 ports in this commit are shown above. )
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 23 Nov 2021
|
[ 22:11 Stefan Eßer (se) ] 5933ac0 (Only the first 10 of 157 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 9 Mar 2018
|
[ 19:32 bdrewery ]
Update to 2.4.16.
- Preserve shlib symlink [1]
PR: 223943 [1]
|
Thu, 30 Mar 2017
|
[ 17:18 bdrewery ]
Update to 2.4.15.
- pkgdu: Fix syntax error with Ruby 2.3 (invalid next)
PR: 218139
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 15 May 2015
|
[ 00:15 bdrewery ]
Update to 2.4.13-7-g47dfa22
Changes:
* Don't install missing dependencies which are already satisfied (#62).
Note that this purposely causes these missing dependencies to not show
in the job (-n) and final results output which is a compromise to at least
avoid the wrong packages being installed. The logging issue is in #30.
|
Thu, 14 May 2015
|
[ 22:03 bdrewery ]
Update to 2.4.13-6-g72b4c34
Changes:
* Fix ordering of build based on FETCH/PATCH/EXTRACT dependencies.
PR: 177365
Submitted by: truckman@
|
[ 18:32 bdrewery ]
Update to 2.4.13-3-g9696855
Changes:
* Support security vulnerabilities as a build failure reason.
PR: 192232
Submitted by: Yuri <yuri@rawbw.com>
|
[ 18:27 bdrewery ]
Update to 2.4.13-2-g2c079e1
Changes:
* portupgrde -p: Fix new dependencies not getting installed. (#58)
PR: 184672
|
Fri, 20 Mar 2015
|
[ 20:07 bdrewery ] (Only the first 10 of 14 ports in this commit are shown above. )
For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.
Differential Revision: https://reviews.freebsd.org/D2103
Reviewed by: mat
With hat: bdrewery
|
[ 01:42 bdrewery ] (Only the first 10 of 16 ports in this commit are shown above. )
Convert my ports to the new USE_GITHUB
|
Thu, 19 Mar 2015
|
[ 16:44 bdrewery ] (Only the first 10 of 133 ports in this commit are shown above. )
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
|
Mon, 13 Oct 2014
|
[ 15:55 bdrewery ]
- Add dependency back for ruby-bdb for Ruby 2.0.
PR: 188084
PR: 185523
|
Mon, 6 Oct 2014
|
[ 23:00 bdrewery ]
- Plist fixes. No need for @exec and use @sample.
|
[ 22:53 bdrewery ]
- Update to checkin 2161660, which matches 2.4.13
- Update @dir usage
Changes:
* portinstall/upgrade -P[P] now supported with pkgng
* pkg_fetch now supports pkgng
* Fixed pkg-1.3 delete support to not recurse
* Fixed portupgrade -b support with pkgng
* Improved portsclean performance with pkgng (#59)
* Use service(8) for rc script restarting
* Show command executions with PORTUPGRADE_DEBUG in environment
* Deprecate rc script handling in lieu of pkg's HANDLE_RC_SCRIPTS in pkg.conf
|
Tue, 29 Jul 2014
|
[ 23:44 bdrewery ]
Quick fix for pkg-1.3 delete handling. It now requires -f to not automatically
recurse.
|
Tue, 15 Jul 2014
|
[ 16:49 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Sun, 25 May 2014
|
[ 23:35 bdrewery ]
- Fix building as user
|
[ 16:24 bdrewery ]
- Blacklist ruby-bdb with Ruby 2.1 [1]
- Stop installing script(1) wrapper [2]
- Fix ZSH dir leftover (somewhat a false-positive) [3]
PR: ports/188084 [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1]
Submitted by: sunpoet [2]
Reported by: swills [3]
|
Sat, 24 May 2014
|
[ 19:09 bdrewery ]
- Update to checkin 352086b
Changes:
* Use random temporary file for building index
|
Fri, 13 Dec 2013
|
[ 00:56 bdrewery ]
- Update to checkin 96722b2
Changes:
* Fix TSort name clash when using bundle
|
Mon, 2 Dec 2013
|
[ 14:05 bdrewery ]
- Update to checkin 3778f5c
Changes:
* Fix date parsing with pkg_install
* Show proper origin in 'portupgrade' when duplicates detected
* Fix crash when attempting to upgrade bsdpan packages
PR: ports/184428
PR: ports/184426
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
|
Mon, 23 Sep 2013
|
[ 11:23 bdrewery ]
- Support STAGEDIR
|
Sat, 21 Sep 2013
|
[ 13:57 bdrewery ]
- Update to checkin 452ad6a which is 2.4.11.2
Changes:
Rework date parsing for Ruby 1.9 to not depend on devel/ruby-date2 [1]
PR: ports/182239
|
Fri, 20 Sep 2013
|
[ 15:58 bdrewery ] (Only the first 10 of 37 ports in this commit are shown above. )
- Add NO_STAGE until validated to be safe for upcoming staging support
|
Tue, 17 Sep 2013
|
[ 01:10 bdrewery ]
- Update to checkin e4a515a
Changes:
- Fix pkgng detection when using pkg-devel [1]
- Try to fix stack overflow issue with Ruby 1.9 and large installs [2]
PR: ports/181813 [1]
Reported by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> [1]
Reported by: many [2]
|
Fri, 19 Jul 2013
|
[ 02:47 bdrewery ]
- Update to checkin 633cdd7
Changes:
* pkgdb no longer populates an extra database when using pkgng.
This brings performance and stability improvements when using
pkgng.
|
Sun, 14 Jul 2013
|
[ 14:52 bdrewery ]
- Update to checkin eeb5502
Changes:
* Fix FTP PACKAGESITE encoding / as %2F in Ruby1.9
Reported by: Jigal Weinberg
|
Sat, 29 Jun 2013
|
[ 11:06 bdrewery ]
Sync with 2.4.10.6 release
|
Mon, 17 Jun 2013
|
[ 13:17 bdrewery ]
- Update to checkin 685cb60
- Update upstream repo location
Changes:
* Fix how pkgng support is detected for completions
* Fix portcvsweb so it uses svnweb.FreeBSD.ORG
* Symlink portcvsweb as portsvnweb
* Fix portcvsweb FreshPorts and datespec support
* Add support for WITH_PKGNG=devel
|
Sun, 17 Mar 2013
|
[ 22:04 bdrewery ]
- Don't use ruby-bdb with ruby 2.0 as it is currently
broken. Fallback on dbm_hash for now.
Reported by: Jeroen Ruigrok van der Werven
|
Wed, 13 Mar 2013
|
[ 11:13 bdrewery ]
- Update to 2.4.10.5
Changes:
* Fix -O flag not always being respected
* Disable dependency sanity checking with PKGNG as it has its own mechcanism
pkg-check(8) for that.
* Fix date parsing support with PKGNG [1]
PR: ports/175926 [1]
Reported by: deeptech71 <deeptech71@gmail.com> [1]
|
Thu, 7 Mar 2013
|
[ 13:30 bdrewery ]
Use proper versioning
|
[ 13:28 bdrewery ]
- Update to checkin 6c357b3
Changes:
* Fix date parsing when using pkgng
PR: ports/175926
|
[ 12:06 bdrewery ]
- Fix missing dependency on devel/ruby-date2 when using Ruby 1.9
for date parsing
|
Mon, 4 Mar 2013
|
[ 01:55 bdrewery ]
- Update to checkin a05c5da
Changes:
* Fix -O flag not being respected
* Disable dependency sanity checks with PKGNG
as the pkg(8) db is not reliable for dependency
versions after using pkg-set -o and other
operations.
|
Mon, 14 Jan 2013
|
[ 16:46 bdrewery ]
- Update to checkin fb8519c
Changes:
- Fix crash when HOME is not set in the environment,
which breaks some cases of puppet usage
PR: ports/175281
Reported by: Vladimir <v.chernyadev@tradesoft.ru>
|
Thu, 6 Dec 2012
|
[ 16:50 bdrewery ]
- Update to 20121206 snapshot
Changes:
* Minor sanity check when upgrading ports-mgmt/pkg
Feature safe: yes
|
[ 04:03 bdrewery ]
- Update to 20121205 snapshot
Changes:
* Fix hang when upgrading ports-mgmt/pkg on 9.1,
STABLE and CURRENT
Feature safe: yes
|
Fri, 30 Nov 2012
|
[ 23:06 bdrewery ]
- Update to 20121130 snapshot
Changes:
* Fixes ZSH/BASH completions for PKGNG
Feature safe: yes
|
Thu, 18 Oct 2012
|
[ 15:29 bdrewery ]
- Update to 2.4.10.2
Changes:
- Fix error when running `pkgdb -L`
PR: ports/172855
Feature safe: yes
|
[ 05:02 bdrewery ]
- Update to 2.4.10.1
Changes:
* Fixes pkgdb stale lock when cleaning shared libraries
* Fixes pkgng code causing 'pkg set -o' to be called when
not needed.
Feature safe: yes
|
Mon, 15 Oct 2012
|
[ 00:42 bdrewery ]
- Update to checkin 9b00ac7
- Sync with 2.4.10 release
- Trim header
Changes:
* Prevent crashing when trying to use packages with pkgng
* manpage cleanups
Feature safe: yes
|
Fri, 21 Sep 2012
|
[ 13:10 bdrewery ]
- Remove USE_STAGE as it is not ready
|
Fri, 14 Sep 2012
|
[ 16:37 bdrewery ]
- Switch to USE_GITHUB/GH as the primary MASTER_SITE as it
does properly work on non-tagged commits
- Fix plist for packages by creating %%RUBY_SITELIBDIR%%/pkgtools
in PREFIX
|
Tue, 28 Aug 2012
|
[ 00:11 bdrewery ]
- Update to 20120827 snapshot
Changelog:
* Fix running portupgrade from a portdir picking that port up as
the origin to upgrade/install
* Don't run 'make config' when only using packages with -PP
* Fix portinstall -n not listing depends or a summary (#29)
* manpage cleanups
* port{install,upgrade} -n will no longer fetch packages when using
-P or -PP. Use -F to fetch packages instead. -n implies dry run,
so it should not be making any modifications to the system.
Approved by: bapt (mentor)
|
Tue, 21 Aug 2012
|
[ 20:23 bdrewery ]
- Update to 20120821 snapshot
- Changes:
* Fixes Frozen string error with ruby 1.9
Approved by: eadler (mentor)
|
[ 00:45 bdrewery ]
- Update to 20120820 snapshot
- Changes:
* Fixed MOVED support [ports/151662]
* Fixed deleted port portupgrade -o support
* Automatically set DISABLE_CONFLICTS when replacing origins
* Fix self-upgrade on 7.x due to custom script(1) being used
* Fix errors when installing ports while inside WRKDIRS
* pkgng fixes:
* Implement portupgrade -o
* Bail out of pkgdb -F sooner
* Catch missing support in pkgdb -L
* Implement creating pkgng package with -p
* Be quieter about pkgdb -F support with pkgng
* Implement pkgdb -o PKGNAME=ORIGIN for pkgng
* Add PKGNG support to pkgdb.required?
Approved by: eadler (mentor)
|
Wed, 1 Aug 2012
|
[ 17:55 bdrewery ]
- Fix creation of %%RUBY_SITELIBDIR%%/pkgtools from package
- Update to my new maintainer address
- Update mirror URL
- Update to 20120801 snapshot
Changelog:
* Fixes crash with duplicated origins
Approved by: eadler (mentor)
|
Tue, 12 Jun 2012
|
[ 21:42 beech ]
- Update to 20120611 snapshot
- Store distfiles in portupgrade/ subdir
- Fix installation to support staging and mark USE_STAGE for upcoming staging
support
- Fix pkgng automatic dependency handling
- Speed up some make variable lookups
PR: ports/168954
Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer)
|
Sat, 2 Jun 2012
|
[ 09:48 bapt ]
Port changes
- Convert to new options framework
- Sync pkg-message with devel/portupgrade
portupgrade changes
- portupgrade/portinstall -v now lists recursive depends [ports/137958]
- portupgrade lists new version after upgrade in results
- Fixed failure being seen as success due to broken script(1) [ports/147242,
ports/131111]
- A fixed script(1) is now included for systems < 8.1
- Expanded pkgng support
PR: ports/168548 which fixes: ports/137958 ports/147242 ports/131111
Submitted by: Bryan Drewery <bryan@shatow.net>
|
Sat, 12 May 2012
|
[ 16:33 eadler ]
Update to latest portupgrade development snapshot.
Changes:
Fixe regression which causes pkgdb -u to take a long time without pkgng
support.
PR: ports/167823
Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer)
|
[ 04:41 eadler ]
Update to latest portupgrade development snapshot.
Changes:
- Fix portsdb -U crash when building INDEX
- All libs are now installed into the pkgtools/ namespace
- Experimental PKGNG support.
portupgrade -o, pkgdb -F and package upgrades do not work yet.
Enable with WITH_PKGNG=yes in /etc/make.conf
PR: ports/167811
Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer)
|
Wed, 2 May 2012
|
[ 15:50 eadler ]
Sync -devel port with release
Changes:
Fixes regression introduced 2.4.9.4 release, causing failed upgrades to
be seen as successes. Reported by: Matthew D. Fuller
<fullermd@over-yonder.net>
PR: ports/167512
Submitted by: "Bryan Drewery" <bryan@shatow.net> (maintainer)
|
Mon, 30 Apr 2012
|
[ 02:57 eadler ]
DOS2UNIX
|
[ 02:55 eadler ]
Change portupgrade-devel to use a known hash and check distinfo
Submitted by: bryan@shatow.net (maintainer)
Security: b428e6b3-926c-11e1-8d7b-003067b2972c
|
Fri, 20 Apr 2012
|
[ 05:44 jgh ]
- Update MASTER_SITES [1]
- addresses not having SSL support in base [2]
- add LICENSE [2]
- some portlint findings [2]
PR: ports/167084
Submitted by: ksmakoto@dd.iij4u.or.jp [1], maintainer bryan@shatow.net [2]
|
Wed, 18 Apr 2012
|
[ 18:28 crees ]
Sync MAINTAINER with ports-mgmt/portupgrade
Submitted by: Bryan Drewery <bryan@shatow.net>
|
Fri, 13 Apr 2012
|
[ 21:46 stas ]
- The portupgarde has moved to a new home. Change the URL to point to the
new location.
Approved by: bapt (via IRC)
|
Wed, 22 Feb 2012
|
[ 05:20 pgollucci ]
- Reassign to ports@
please consider using ports-mgmt/portmaster
Discussed with: bugmeister(eadler, linimon), ruby(swills, pgollucci) via
#bsdports
|
Fri, 16 Sep 2011
|
[ 21:26 pav ]
- Disallow from pointyhat until the distfile situation is resolved
|
Mon, 12 Sep 2011
|
[ 21:13 stas ]
- Git is needed at the fetch stage, not build.
Reported by: pav
|
Tue, 30 Aug 2011
|
[ 02:07 stas ]
- Make porupgrade-devel port fetch the latest version directly from github,
so it's really -devel.
|
Tue, 26 Jul 2011
|
[ 04:53 stas ]
- Update to a new snapshot. This revision adds compatibility with
ruby 1.9 using patches contributed by Steve Wills <swills@FreeBSD.org>.
|
Sun, 3 Apr 2011
|
[ 07:16 stas ]
- Update to 20110403 snapshot. This build includes support for ruby 1.9
(tested by Steve Willis).
- The conflict with portupgrade is actually an install conflict only.
|
Tue, 14 Dec 2010
|
[ 07:37 stas ]
- Fix portupgrade's shebang patcher.
Reported by: many
Submitted by: knu
|
Tue, 23 Nov 2010
|
[ 20:41 stas ]
- Update to 20101123 snapshot:
- Fix the bug in BEFOREDEINSTALL processing.
- Add .txz packages support.
|
Mon, 15 Nov 2010
|
[ 09:33 beech ]
Respect base
PR: 146858
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: dinoex
|
Mon, 8 Nov 2010
|
[ 22:53 stas ]
- Update to the latest snapshot.
|
Tue, 22 Dec 2009
|
[ 03:28 stas ]
- Update to a new snapshot: this fixes the bug in processing ports/packages
with no INDEX entry.
|
Mon, 21 Dec 2009
|
[ 22:35 stas ]
- Update to 12/21/2009 snapshot.
|
Thu, 29 Oct 2009
|
[ 00:45 stas ]
- Update to latest development snapshot of portupgrade.
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Tue, 21 Jul 2009
|
[ 20:12 sem ]
- Drop maintainership to ruby@
|
Thu, 12 Feb 2009
|
[ 16:46 pav ]
- Simplify ldconfig handling
|
Sun, 3 Aug 2008
|
[ 02:23 sem ]
- Remove perl dependency. perl is not used for some time as it was before.
|
Fri, 11 Jul 2008
|
[ 11:25 sem ]
- Update to 2.4.6
* Bugs fixes.
* A new utility - pkgdu. Display a disk usage for installed packages.
|
Tue, 1 Jul 2008
|
[ 14:02 sem ]
- Update to 2.4.4
|
Fri, 21 Mar 2008
|
[ 14:20 sem ]
- Sync patches with ports-mgmt/portupgrade port
|
Sun, 10 Feb 2008
|
[ 23:59 sem ]
- Upgrade both ports to 2.4.3
* Change a legacy part of code for gathering dependecies. It fixes
situation when some depends ports could be updated even when it
was up-to-date. As a result I added another check for -R option.
* Fix a wrong condition in portsclean. Now -L option works again.
* Change a semantic for -q option. Now it means 'quiet'. Don't
show a message when -N specified and there is an already installed
package. (Made for DesktopBSD).
Reported by: pav, Peter Hofer (DesktopBSD)
|
Mon, 4 Feb 2008
|
[ 15:22 sem ]
- Update to 2.4.2
Minor bugs was fixed. Thanks to all reporters!
|
Thu, 31 Jan 2008
|
[ 17:12 sem ]
A work around for HOLD_PKGS that did not work.
Noted by: NAKAJI Hiroyuki
|
Tue, 29 Jan 2008
|
[ 14:43 sem ]
- Update to 2.4.1
A bugs fix release
|
Sun, 27 Jan 2008
|
[ 22:45 sem ]
- Fix a function name
- When in task list is a port with IGNORE, portupgrade fails. Just ignore it
now.
Reported by: Gerard <gerard@seibercom.net>,
Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
Sat, 26 Jan 2008
|
[ 18:29 sem ]
- Update to 2.4.0
* many bug fixes
* now all dependencies run under portupgrade control
* run 'make config-conditional' and 'make config' with -c and -C options
PR: ports/116830, ports/115249
Reported by: clemens fischer <ino-news@spotteswoode.dnsalias.org>,
KOMATSU Shinichiro <koma2@lovepeers.org>,
and other
|
Tue, 3 Jul 2007
|
[ 11:42 sem ]
- Sync with portupgrade port version till a new devel version will appear.
|
Thu, 28 Jun 2007
|
[ 10:37 sem ]
- Fix a bug with -o option
Reported by: many
|
Tue, 1 May 2007
|
[ 18:04 sem ]
- Remove superfluous patch
|
[ 17:57 sem ]
- Fix a few bugs that affected on planned xorg updating.
Pushed by: kris
Thanks to: az for a computer for tests
|
Mon, 30 Apr 2007
|
[ 02:45 kris ]
Change BROKEN to IGNORE to prevent package build
|
Thu, 5 Apr 2007
|
[ 06:36 sem ]
- Mark as BROKEN till a next version will be released
|
Thu, 8 Mar 2007
|
[ 10:54 sem ]
- Fix a bug in gathering depends.
Reported by: krion
|
Sun, 4 Mar 2007
|
[ 12:51 sem ]
- A quick fix for ports without an origin (e.g. bsdpan-)
|
Fri, 2 Mar 2007
|
[ 20:18 sem ]
- Integrate last patches from stable
|
Thu, 1 Mar 2007
|
[ 09:41 sem ]
- Update to 2.3.0
|
Tue, 27 Feb 2007
|
[ 18:07 sem ]
- Patch: make an explicit type cast to be on a safe side.
|
Number of commits found: 106 (showing only 100 on this page) |