Commit graph

2205 commits

Author SHA1 Message Date
Bryan Drewery
4485519926 - Update to checkin 53ee9ef7a2
Changes:
  * options: Fix creating invalid options-JAILNAME dir
    instead of proper JAILNAME-options dir
2012-09-21 19:00:02 +00:00
Bryan Drewery
eefc9bd47d - Remove USE_STAGE as it is not ready 2012-09-21 13:10:23 +00:00
Bryan Drewery
ac43985540 - Update to checkin 7a6500c64b
Changes:
  * Remove pbi subcommand
  * Fix skipped ports causing incorrect counts
  * Updated ZSH completions
  * Manpage updates
  * testport: Fix leftover detection when not using -n
  * bulk: Allow overriding the archive format for WRKDIR via
    WRKDIR_ARCHIVE_FORMAT
  * bulk: More readable summary output
  * bulk: Quicker determination of next port to build from queue
  * bulk/options: Add "-z SET" support to allow more customization
    per jail (see poudriere(8))
  * bulk: SIGINFO now shows the jailname
  * jail: Better version detection on new jails via newvers.sh
  * NEWS: Poudriere master can be jailed, see main site for howto.
2012-09-20 17:57:46 +00:00
Bryan Drewery
8b850ca67b - 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
2012-09-14 16:37:49 +00:00
Bryan Drewery
184bc44828 - Update to checkin: 0095aaa08e
- Pet portlint some

Changes:

  * Fixes crash on first bulk build
    of a fresh jail
  * Updated ZSH completions
2012-09-13 04:36:24 +00:00
Bryan Drewery
3dfd7bb49e - Update to 2.1.2
Changes:
  * Fixes error creating logdir on first bulk
    build of new jail

Reported By:	Sergey V. Dyatko <sergey.dyatko@gmail.com>
2012-09-13 04:30:20 +00:00
Baptiste Daroussin
6d3daf7903 Add a note to specify that this ports is also maintained by bdrewery 2012-09-11 16:51:18 +00:00
Bryan Drewery
2e20cd2246 - Update to checkin: a766128118
Changes:

 * Fix jail creation resulting in jail being removed
 * Fix SIGINFO handler causing error during jail creation
 * Fix 'jail -i' to build calculation
 * Support JAILNAME-PTNAME-make.conf in poudriere.d dir

Approved by:	bapt (implicit)
2012-09-11 15:55:32 +00:00
Bryan Drewery
b9006c1345 - Update to 2.1.1
Changes:

 * Fix jail creation resulting in jail being removed
 * Fix SIGINFO handler causing error during jail creation
 * Fix 'jail -i' to build calculation

Approved by:	bapt (implicit)
2012-09-11 15:54:08 +00:00
Tom Judge
6802281f83 Update to 0.1.5.3 - 2012 August 19.
Changes:
 * Dynamically work around python issue 11973

PR:             ports/170767
Subbmitted by:  David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by:	eadler (mantainer)
2012-09-11 01:16:01 +00:00
Baptiste Daroussin
7f9e83a526 - update to checkin: 53e6561d62 (this branch will become 2.2) 2012-09-10 13:16:26 +00:00
Baptiste Daroussin
c0479afd4f - update to 2.1.0
- changes:
  * new poudriere options command to be able to configure options interractively
  * bulk can now take list of ports to build via command line
  * html build stats
  * ability to disable linux support
  * ability to disable PACKAGE_BUILDING
  * native support for ccache
  * deprecated csup for ports
  * Set HOME to fix some port builds (erlang for example)
  * Fix pool being deleted during builds
  * Detect improper dependency on different ports for the same package
  * Cleanup build stats sooner when starting bulk
  * lots of performance improvements
  * lots of fixes and refactoring in error handling
  * allow to choose custom path on the pool for the zfs filesystems
  * now skip (and track as skipped ports dependening on a failing dependency)
  * siginfo support
  * new -d options for bulk and testport, to enable debugging mode
2012-09-10 13:13:31 +00:00
Eitan Adler
f439946309 Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR:	ports/171481
2012-09-09 02:30:44 +00:00
Baptiste Daroussin
7e4373b129 - update to checkin: 7befeb3094
- changes:
  * Force creation of the distfile directory
  * lots of fixes and refactoring in error handling
  * allow to choose custom path on the pool for the zfs filesystems
  * allow to disable linux support
  * yet more speed up in dependency calculation
  * allow to disable activating PACKAGE_BUILDING
  * deprecate csup for the ports tree
  * Cleanup build stats sooner when starting bulk
  * Detect improper dependency on different ports for the same package
  * Fix pool being deleted during builds
  * Set HOME to fix some port builds (erlang for example)
  * Switch to ports native ccache support (no longer need bsd.local.mk)
  * Add html build stats
  * Fix some cases of too many arguments errors
  * jail -s now start a jail with network enable

Huge thanks to bdrewery
2012-09-08 23:06:10 +00:00
Bryan Drewery
69fef641c7 - Mark deprecated. portmanager does not support needed ports features
such as MOVED, modifying origins. It is lacking an upstream and active
  contributions. It also lacks support for pkgng.

  Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.

Approved by:	jsa (maintainer)
Approved by:	bapt (mentor)
2012-09-05 16:05:30 +00:00
Dag-Erling Smørgrav
dbc36c9345 Remove useless metadata from ports I created. 2012-09-05 15:43:33 +00:00
Alex Kozlov
26b64fb06e - Update to 1.10
- Remove deprecated comments at the top of Makefile
- Remove indefinite article from COMMENT
2012-09-04 06:32:19 +00:00
Baptiste Daroussin
17a5ff6151 - update to checkin abeb0b8b2b
- changes:
  * new poudriere options command to manipulation options via dialog
  * bulk now supports passing ports via arguments
  * an index.html file (summary) is added to the log directory
2012-09-03 22:10:38 +00:00
Baptiste Daroussin
89c3e3e261 - update to checkin 1516db8bc5
- changes:
  * fix a bug not cleanly cleaning a bulk after a Ctrl-C [1]
  * do not load linux specific stuff on non x86 platforms
  * performances improvements
  * fix testport

Reported by:	flo and des [1]
2012-08-31 16:16:46 +00:00
Baptiste Daroussin
15ee713341 - update to 2.0.1
- changes:
  * fix a bug not cleanly cleaning a bulk after a Ctrl-C

Reported by:	flo, des
2012-08-31 16:13:13 +00:00
Baptiste Daroussin
72e4b80c71 - update to 1.0
- changes:
  * SRV mirroring is on by default
  * fix large scripts executions
  * pkg check -d now installed packages tags as automatic
  * performance improvements
2012-08-30 14:19:30 +00:00
Bryan Drewery
103b49c10b - Update to 2.4.9.9
Changelog:
 * Fix running portupgrade from a portdir picking that port up as
   the origin to upgrade/install. Regression from 2.4.9.8 [1]
 * 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.

Reported by:	ache@ [1]
Approved by:	bapt (mentor)
2012-08-28 16:04:18 +00:00
Baptiste Daroussin
2290dd6bee - update to 2.0.0
- changes since 1.5.x:
  * parallel build, can build multiple packages at the same time
  * options discovering rebuilding
  * huge performance improvements in sanity check
  * better output (close to tinderbox)
  * better log separation
  * better leftover discovery
  * many bug fixes
2012-08-28 15:58:46 +00:00
Baptiste Daroussin
53a457cb44 Update to 443d190388 snapshot that is the start of what will become 2.1 release 2012-08-28 15:51:49 +00:00
Bryan Drewery
3a24386f8a - 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)
2012-08-28 00:11:36 +00:00
Kris Moore
6fbefd1963 - Update to 0.9.9 2012-08-27 16:59:42 +00:00
Bryan Drewery
a13e482eac - Update to 2.4.9.8
Changelog:

  * Fix MOVED tracking when upgrading ports [1]
  * Track and display deleted ports when upgrading
  * Automatically set DISABLE_CONFLICTS when moving origins
  * Fix crash when running portupgrade inside of a WRKDIR
  * Fix "Frozen string" error with ruby 1.9 when using the
    {BEFORE,AFTER}{INSTALL,DEINSTALL} hooks in pkgtools.conf
  * Fix failure being seen as success due to broken script(1) on
    older systems [2][3]. This is done by installing a more recent
    script(1) into PREFIX/libexec/pkgtools and using it instead.
    Only installed/used on FreeBSD 8.0 and earlier.

PR:		ports/151662 [1], ports/147242 [2],
		ports/131111 [3]
Approved by:	eadler (mentor)
2012-08-26 03:15:31 +00:00
Bryan Drewery
e73d68fc73 - Fix crash when no PACKAGESITE is defined in pkg.conf
Approved by:	bapt (mentor, maintainer)
2012-08-23 22:09:53 +00:00
Baptiste Daroussin
d534617a53 - update to 35e8e96117 checkin
- changes:
  * option change detection now also work with pkg_install
  * testport now build its dependency in parallel
  * huge improvement on cleanup
  * lots of bug fixes
2012-08-23 20:54:55 +00:00
Pietro Cerutti
34270a1982 - Fix prompt sign in pkg-message, pkg2ng must be run as root
Approved by:	bapt (portmgr)
2012-08-22 10:18:41 +00:00
Baptiste Daroussin
411d65ff95 - update to 20120822 snapshot 2012-08-22 08:47:09 +00:00
Bryan Drewery
a7270ff6b2 - Update to 20120821 snapshot
- Changes:
  * Fixes Frozen string error with ruby 1.9

Approved by:	eadler (mentor)
2012-08-21 20:23:32 +00:00
Baptiste Daroussin
ab37b18f81 - update to checkin: 532008b635
- changes:
  * fix uname -v from allbsd,csup,svn jails (needs recreate)
  * fix kbuild* ports building
  * to not show /var/mail/* in leftovers
2012-08-21 05:44:16 +00:00
Bryan Drewery
400b112923 - 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)
2012-08-21 00:45:14 +00:00
Baptiste Daroussin
c0954c599b - update to checkin f18246236d
- changes:
  * performance improvements by using more caching
  * fix FreeBSD version not being correctly set for jails using another method
    than ftp
  * better output for bulk
  * bulk can now save wrkdirs on failures
  * fix bulk -J
2012-08-19 13:19:48 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Baptiste Daroussin
e96e11839a - update to d000cd0980 checkin
- changes:
  * jail can now fetch sets from allbsd (allowing to have latest and greatest
    current, 9 and 8 without having to build it) upgrading is not supported (it
    always take the latest image) and won't be.
  * fix a regesssion preventing jail upgrade from via "freebsd-update"
  * poudriere jail -l and jail -i now shows the install/upgrade method used
  * huge performance improvements when running redundants bulks, by using more
    caching
2012-08-17 06:03:03 +00:00
Baptiste Daroussin
710d4251be - update to 1.0-rc6
- changes:
  * pkg query now fails if no format strings has been provided
  * pkg delete pkg is no more allowed expect if -f is specified
  * large improvements on pkg backup/restore interface
  * do not propose to downgrade dependencies expect if forced to
  * every script execution now uses posix_spawn(3)
  * this abi is now check on pkg update, if a remote repository does not fit the
    desired abi, pkg update will fail.
  * allow pkg set -o even if the oldoriring has been uninstalled
  * pkg version now has -O to match on package origin
  * respect TMPDIR environnement setting
  * pkg.conf now has a ${ABI} variable correcponding to the detected ABI or the
    set one (sample pkg.conf has been modified to use it)
  * when run as non root pkg upgrade is automatically set to dry-run mode
  * pkg version can now work on remote repository (no need for a ports tree)
  * many buf fixes and man pages improvements
2012-08-16 17:05:58 +00:00
Baptiste Daroussin
b88e7c4450 - add a devel version of poudriere
- register conflicts between poudriere and poudriere-devel
- poudriere devel brings:
  * support for ports using svn, svn+http, svn+ssh
  * improve jail building from sources (still experimental)
  * POUDRIERE_DATA is no more needed, if it doesn't exists it now looks for a
    data zfs FS which by default will be in ${BASEFS}/data
  * bulks now keep packages by default (incremental) (-k is gone replace by a -c
    to clean everything before starting)
  * bulks are now built in parallel (number of parallel built being hw.ncpu by
    default
  * cron directory is now autocreated and default location is the data dir
  * jails are now created and mounted by default in a sub FS (${BASEFS}/jails/<jailname>
  * ports tree are now created and mounted by default in a sub FS (${BASEFS}/ports/<portstreename>
  * tinderbox-style output for logs
  * logs are now created in data/logs/<buildtype>/<jailname>/<portstreename>/pkgname.log
  * lots of performance improvements
2012-08-16 10:11:05 +00:00
Ruslan Makhmatkhanov
890db6135c - update to 2.0.0
PR:		170550
Submitted by:	Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
2012-08-16 04:34:38 +00:00
Joe Marcus Clarke
7299d31701 Update to 2.13.12.
Replace some of the CVS verbiage with SVN.

Submitted by:	beat
2012-08-05 22:56:23 +00:00
Alex Kozlov
8fad11e21a - Update to 1.9 2012-08-05 19:36:15 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Bryan Drewery
b70d151d98 - Update to my new maintainer address
Approved by:	eadler (mentor)
2012-08-02 21:42:30 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Bryan Drewery
7daddde8e8 - 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)
2012-08-01 17:55:17 +00:00
Jason Helfman
2e9568750d - Update to 2.4.9.7
- Fixes crash when checking for duplicated origins

PR:	ports/170292
Reported by: Hans
Submitted by:	maintainer, bryan@shatow.net
2012-07-31 04:54:28 +00:00
Baptiste Daroussin
80a49985ce Fix a regression appending newline to commments
Reported by:	avilla
2012-07-30 08:25:34 +00:00
Baptiste Daroussin
8cf9526831 - update to 1.0-rc5
- changes:
  * speed improvements in pkg repo on multi core boxes
  * fix pkg upgrade proposing to downgrade dependencies
  * fix pkg2ng losing seom origin from dependencies
  * fix losing new line informations in descriptions
  * new -A option to track a new installation as automatically installed
2012-07-30 06:23:26 +00:00
Jason Helfman
b81b99c657 - Update to 2.4.9.6, and add DOCS option to port
-- Fix `portsdb -U` crash
-- Show new version when upgrading ports
-- Show recursive depends when upgrading
-- Respect LOCALBASE [ports/146858]
-- Fix crash on duplicated origins

PR:	ports/170266
Submitted by:	maintainer, bryan@shatow.net
2012-07-30 05:02:33 +00:00
Baptiste Daroussin
db838cc82a add a fix to pkg2ng preventing losing track of some dependency origins leading
to a failure of the conversion.

Reported by:	Pierre Guinoiseau (via gitub issue #314)
Tested by:	Pierre Guinoiseau
2012-07-29 22:21:30 +00:00
Alex Kozlov
0ecec93f3d - Update to 1.8 2012-07-25 11:14:44 +00:00
Doug Barton
22aca7c98c Update to 3.13.13:
Minor improvements:
===================
* Improve messages for processing of dependent ports when -r
* If there is an installed version, always print that message, not just
  when we're in the parent
* Optimize determination of $new_port:
 - When first set, let it be global
 - Use a function to incorporate/optimize the various tests from the
   2 different places that it was being set
* Use a more robust method of determining portdir from $PWD. This also
  works for bare 'portmaster' with no arguments now, if you're in a port
  directory.
* Various additional code cleanups

Bug fix:
========
Do read_distinfos() in the background for multiport() too, oops
2012-07-24 20:48:17 +00:00
Baptiste Daroussin
29548fa6c6 use ${FIND} macro instead of direct find
Reported by:	sunpoet
2012-07-24 15:17:31 +00:00
Baptiste Daroussin
40ddcdc20b Remove .orig after applying patches to avoid installing .orig files into the system
Reported by:	redports (QAT)
2012-07-24 10:14:22 +00:00
Baptiste Daroussin
7df28735bf Fix some missing quoting
PR:		ports/170087
Submitted by:	Vincent Hoffman-Kazlauskas <vince@unsane.co.uk>, Denis Generalov <gd@powernet.ru>
2012-07-24 09:04:13 +00:00
Chris Rees
d8dd4deb3a Update WWW line
PR:		ports/170044
Submitted by:	nemysis@gmx.ch
Approved by:	maintainer
2012-07-21 14:56:39 +00:00
Baptiste Daroussin
79769610e4 - update to 1.0-rc4
- changes:
  * Fix reinstalling package due to options change losing automatic flag
  * Fix pkg set -o
  * do not use dlopen for figure out path of libraries to track shlibs
  * more manpages cleanup
2012-07-20 20:21:09 +00:00
Doug Barton
323e0ff2eb Update to version 3.13.1
Minor fixes/improvements
========================
* Turns out there are a non-zero number of distinfo files that have SIZE
  listed first, so in the code that parses them for the data to put into
  /var/db/pkg/$port/distfiles, handle this situation gracefully.

* If we trap while working on a child port do not remove that child from
  the PM_NEEDS_UPDATE list so that when it gets printed in the parent
  that child is still on the list.

* Use the count of total ports as $num_of_deps for -Faf

* For -av, add num_{roots|trunks|branches|leaves} values to the headers

* In multiport(), decrement the number of ports to work on and print a -v
  message if we have already seen a port in the worklist as a dependency
  of another port in the list.

* Many other minor code cleanups

Performance enhancement
=======================
* In read_distinfos*() use while read instead of grep. Avoids the fork
  and reduces the total time for building the list(s) of distfiles by 25%
2012-07-17 07:38:27 +00:00
Beat Gaetzi
b7373f3475 - Update to 1.5 (which adds optionsng support)
PR:		ports/169760
Submitted by:	jgh
2012-07-15 23:04:30 +00:00
Baptiste Daroussin
26bc5ba5b1 - update to 1.0-rc3
- changes:
  * fix bug corrupting automatic and licenselogic flags
  * some mdoc fixes
  * fix a new dependencies pulled by upgrade showed as reinstalling instead of
    installing
  * some fixes in repo generations
2012-07-13 23:15:45 +00:00
Baptiste Daroussin
d08b26f7dd - update to 1.0-rc2
- changes:
  * fix an important bug on script handling resulting in scripts runned sometime
    twice
  * time can no more be negative while fetching
  * fix a crash on pkg check
  * fix an infinite retry loop when fetching a file that return 404
  * emit a warning when search gives no results
2012-07-13 15:39:57 +00:00
Baptiste Daroussin
fd554fce86 - update to 1.0 rc1
- changes:
  * schema for remote repositories are versionned
  * fix ordering of scripts
  * ability to query SRV dns records for automatic mirror detection (ala
    portsnap/frebsd-update) via the SRV_MIRROR options default to off
  * new FETCH_RETRY options (default to 3)
  * more style(9) compliance of the code
  * lots of cleanup in exits codes
  * lots of typos fixes in manpage
  * improvements in manpages
  * pkg2ng now move the old database into /var/db/pkg.back
  * new -B option to pkg check to reanalyse the files and populate shlibs
  * new install -fR to reinstall all packages depending on a given package
  * disable shlib when using pkg-static

No new feature to expect in next releases, only bug fixes
New feature will be for 1.1 (already planned :))
2012-07-11 22:17:37 +00:00
Jason Helfman
c28450b1a5 - adopt new options framework
PR:	ports/169743
Submitted by:	jgh@
Approved by:	maintainer, naylor.b.david@gmail.com
2012-07-09 18:29:51 +00:00
Alex Dupre
15fad6f563 Match also lowercase letters in port knobs (used by ghostscript) and
update pkg-message.
2012-07-09 13:49:02 +00:00
Frederic Culot
3225f2ada1 - Update to 0.1.5.2
Changes:	https://raw.github.com/DragonSA/portbuilder/master/ChangeLog
PR:		ports/169715
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-07-09 09:15:08 +00:00
Joe Marcus Clarke
943066597f Update to 2.13.11.
* Fix typo. [1]
* Add support for DOCS/NLS using optionsNG. [2]
* Remove references to PATCHDIR. [3]

PR:		169110 [1]
		168364 [3]
Submitted by:	Hung-te Liang <lhd@cs.nctu.edu.tw> [1]
		ak [2]
		crees [3]
2012-07-09 01:36:00 +00:00
Doug Barton
f428599ca5 Upgrade to version 3.13
Major updates/fixes to the distfile handling code
=================================================
* Make all parts of the code SUBDIR-safe (most were already)
  - Fix a few places where the relativity of the cwd was not respected,
    most often resulting in files not being deleted that should be
* Move the storage of the distfile info back to /var/db/pkg where it
  should have been all along. Mostly for correctness, but also to deal
  with the problem of non-UNIQUENAMEs causing the wrong files to be
  deleted with -d.
* Clean up the old /var/db/ports/*/distfiles files after reading them,
  and delete the directory if it's empty. Since we are doing this
  unconditionally now, there is no longer a need for delete_dist_list().
  The new ones will live and die with the rest of the package directory.
* Update some of the messages printed out for distfile-related things
  to make it more clear what's going on.
* Check DI_FILES to see if the distfile could be valid for another port
  in more places, so add a function to deal with the common ones.
* When checking DI_FILES, anchor the grep pattern with a ^ to
  avoid false positives

Other code changes
==================
* Make the whitespace more consistent
* Various minor improvements, mostly to avoid unnecessary forking

UI Change
=========
* When using -i and there is an +IGNOREME file, the default should be no
2012-07-07 12:16:20 +00:00
Baptiste Daroussin
01941640e1 - update to 1.5.4
- changes:
  * improve modification detection with zfs diff (pgj@)
  * replace ftp by fetch(1) all over the place (this allow installing from http
    mirrors)
  * make fetch(1) using passive ftp when fetching from ftp
  * new option -t <version> to jail subcommand, to binary upgrade to a newer
    version (still some interactive parts :()
  * always destroy the jail before zfs rollback to make sure no process are
    still running (fix poudriere hanging after packaging totem for example)
    (reported by des@ and gnn@)
  * fix ipv6/ipv4 support determination (tested by gnn@)
2012-07-04 10:48:38 +00:00
Baptiste Daroussin
0c571441dc Fix alignement error making pkg repo segfaul on i386
Reported by:	gjb, Ivan Klymenko <fidaj@ukr.net> (via ports@)
Tested by:	gjb
Obtained from:	pkgng git repository
2012-07-04 09:59:23 +00:00
Baptiste Daroussin
6fe34aef3c fix distinfo (sorry I commit the wrong one before) 2012-07-02 15:07:52 +00:00
Baptiste Daroussin
7db30eeb77 - update to 1.0 beta17
- changes:
  * downgrading is always forbidden except if you explicitly force it
  * yet another fix for incremental pkg repo
  * pkg install/upgrade now detect ports which remote has different option set
    and propose to reinstall them
  * code refactoring, and improvement in pkgdb.c and pkg_repo.c
  * new -f options for pkg update
  * new -f and -q options for pkg repo
2012-07-02 13:42:22 +00:00
Olli Hauer
857f013b41 - fix distinfo file (MD5_FILE -> DISTINFO_FILE)
Reference:
http://marcuscom.com/pipermail/tinderbox-list/2012-March/002547.html

PR:		165937
Submitted by:	ohauer
Approved by:	maintainer timeout (3 months+)
2012-07-01 20:47:45 +00:00
Andrej Zverev
541bb1b198 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-07-01 05:42:55 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Chris Rees
a849c5ff0d Revert previous change which was committed by mistake along with some
other ports.

Noticed by:	swills

It also happened to be incorrect!  The path should have been
PREFIX/tinderbox/scripts.

Noticed by:	sunpoet
2012-06-30 07:56:28 +00:00
Dirk Meyer
e002e5fc00 - update to 1.71 2012-06-30 07:28:16 +00:00
Chris Rees
a8fd68c452 Update maintainer addresses, MASTER_SITES and PATCH_SITES
PR:		ports/169528
Submitted by:	koitsu (maintainer)
2012-06-28 20:15:27 +00:00
Baptiste Daroussin
9b80ac5553 - update 1.5.3
- changes:
  * always remove previous pkgng repository before rebuilding the new one
  * make ftp passive by default
  * experimental support for ccache (needs a bsd.local.mk)
  * add -s to testport and bulk, to skip sanity checking
  * creating jails from csup/svn still experimental, but now it can works for
    real :)
2012-06-28 12:54:47 +00:00
Baptiste Daroussin
9e3a60e39e Really fix build on 8-stable and 9-stable
No revision bump because no changes but allowing building when it failed

Obtained from:	pkgng git (Bryan Drewery)
2012-06-27 06:27:14 +00:00
Chris Rees
fe0512fec7 Import upstream fix for pkgng users-- failed on tc Setup if perl was installed
via pkgng

Approved by:	itetcu (maintainer)
2012-06-26 20:18:03 +00:00
Doug Barton
b3b3c80e67 Minor improvements
==================
* Restore the line from -av that prints each port as we work on it.
* Print more useful information about ports that don't have distfiles,
  or distfiles we're skipping due to duplicates when -F (especially
  with -a).

Bug fixes
=========
* Consolidate all writing to the IPC_SAVE file into safe_exit()
  so that it always gets called. Also, zero out the file after
  reading it so that a parent process doesn't inadvertently
  read stale data during a trap (unlikely, but not impossible).
2012-06-26 01:51:19 +00:00
Wesley Shields
4d0826cf7b Update to 2.0.2
PR:		ports/169078
Submitted by:	Kimmo Paasiala <kpaasial@gmail.com>
Approved by:	Benjamin Lutz <mail@maxlor.com> (maintainer)
2012-06-25 16:44:28 +00:00
Steve Wills
25fb2fe970 - Revert previous commit as iconv deps mean we still need to LIB_DEPEND on
popt
2012-06-25 16:39:44 +00:00
Baptiste Daroussin
d4b023c0b7 - update to 1.5.2
- changes:
  * Now ipv4 or ipv6 information are automatically gathered out of sysctl
  * CHECK_CHANGED_OPTIONS to detect changed options with bulk -k and pkgng (this
    force rebuild of package if options has changed
  * Fix signal handler not actually exitting
  * Track IGNORED stats
  * Support for signing pkgng repo
  * give to the jail network access during make checksum to allow refetching
    distfiles
2012-06-25 13:39:39 +00:00
Steve Wills
21212c1dd6 - popt is only needed during build, so change DEPENDS
- Bump PORTREVISION due to package change
2012-06-25 13:34:40 +00:00
Baptiste Daroussin
4f79580b23 - update to 1.0-beta16
- changes:
  * fix incremental pkg repo
  * fix stage directory (copy mode) support
  * improvements on documentation (man pages, error messages)
  * new ARCH_INDEP options in developper mode to allow notifying a maintainer
    that a port might be archiecture independant
  * fix compilation on recent 8-stable and 9-stable
  * improvemens is usage() output
  * new option PORTAUDIT_SITE to allow user to set the url for the auditfile
  * pkg create -an to not repack existing packages
  * new periodic script to make daily backup of the database
  * new stats (pkg-stats(8)) subcommand
  * big improvements and bug fixes in pkg (r)query
  * deactivate shlibs tracking all the time in pkg-static
  * lots of bug fixes

Thanks to all contributors
2012-06-25 13:23:38 +00:00
Steve Wills
41d391c9db - Switch this to using ${LOCALBASE} instead of calling pkg_info, which
should allow it to be installed in an all pkgng world.
2012-06-25 03:35:16 +00:00
Matthew Seaman
a629eef46a - Make wanted-ports compatible with pkgng by dropping dependency
on old pkg tools.

Approved by: shaun (mentor)
Submitted by:	   Bryan Drewery
PR:	  ports/169301
2012-06-23 15:18:29 +00:00
Baptiste Daroussin
de74423122 - update 1.5.1
- changes:
  * Fix dep cache
  * Fix dep line having [:target]

Thanks Bryan Drewery <bryan@shatow.net>
2012-06-19 20:58:10 +00:00
Baptiste Daroussin
a3efb2e255 - update to 1.5.0
- changes:
  * poudriere ports -u using portsnap can safely be run from cron now
  * Remove stale repo.sqlite as well to prevent deps constraint error with pkgng
  * add allow.chflags to jails
  * Add support for upgrading a jail using freebsd-update (only security
    upgrades for now) if the jail was created from ftp.
  * experimental support for creating/upgrading a jail from svn/csup beware that
    the -v when creating should be adapted to svn branches (stable/8, head) or
    csup (RELENG_8, .)
  * do not run make deinstall in case of normal bulk (speeds up a bit the bulk)
  * Add NOIPV4 and NOIPV6 support
  * Speed up a bit sanity checking by caching the dep list for each packages
  * Add some caching to avoid running make -V again and again when possible
2012-06-19 13:41:59 +00:00
Alex Kozlov
b74f479495 Update to 1.7
- update whitelists

Approved by:	eadler, itetcu (mentors, implicit)
2012-06-17 03:06:12 +00:00
Michael Scheidell
000f0b0e1c - Update to 0.1.5.1
PR:		ports/169147
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-06-16 13:35:38 +00:00
Baptiste Daroussin
4ed25952f9 - Fix pkg2ng with new options framework 2012-06-15 10:46:45 +00:00
Doug Barton
f18b7d0bbb Upgrade to 3.12.1, removes pgrep since it's not safe to use on older
versions of FreeBSD
2012-06-15 06:10:18 +00:00
Doug Barton
7fb2b1acb3 New Features
============
Print the same progress update that goes to the term title in-line,
and apply various improvements to that code.

Move 'make clean' to the background. There is no point waiting around
for it to finish. In the case of very large work directories this may
cause some I/O contention during the unpacking of the next port to
build, but in most cases this should be lost in the noise.

Other Improvements
==================
Speed up the determination of WRKDIRPREFIX, and do not bother looking
for empty directories if we exited abnormally.

Add code to detect dependency loops created by moving part of a port
into another port, and CONFLICT'ing on previous versions of that port
(ala textproc/p5-XML-SAX -> p5-XML-SAX-Base). When a loop is detected
suggest that the user try pkg_updating.

Bug Fixes
=========
Improve error handling for mktemp

Improve handling of abnormal exits (such as ^C, failed port, etc.),
especially when the first exit happens in a child process.

If the second argument to -o is something that is completely non-existent,
report in the error message what the user typed on the command line.
Reported by:	avilla

In clean_build_only_list() remove ports that are already installed
when using --delete-build-only to prevent them from being spuriously
removed.
Reported by:	avilla
2012-06-13 11:39:23 +00:00
Beech Rintoul
06a3e062ca - 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)
2012-06-12 21:42:01 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Emanuel Haupt
b554d9cafd Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by:	az
2012-06-06 10:43:19 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Matthew Seaman
a9c642cc48 - Update to version 2.9
Changes:

    http://www.infracaninophile.co.uk/portindex/

    Adjust Endemic and Ubiquitous Makefile settings to account for
    OPTIONSng

  - Switch to OPTIONSng

Approved by:  shaun (mentor)
2012-06-04 19:14:36 +00:00
Gabor Pali
46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00
Baptiste Daroussin
a5d3bde5f9 Backout reproducible packages.
pkgng tried since beta14 to create reproducible package: aka 1 package build
twice will get exactly the same checksums, this revealed some problem with
python that were workaround in beta15 but lots of build system seems to really
not approciate it, while the feature is good and might be reactivated in the
futur, the ports tree and upstream build systems, need a lot of work to be able~
to deal with 100% reproducible packages :(
2012-06-03 19:02:27 +00:00
Koop Mast
c8e790e8a0 Add pkg-remove.8 to MLINKS.
Approved by:	portmgr (bapt@)
2012-06-03 16:07:19 +00:00
Baptiste Daroussin
66ade9c22c - update to 1.0-beta15
- changes:
  - new -d to pkg fetch to download the dependencies along with the package
  - fix automatic flag tracking over installs and upgrades
  - fix hardlink detection (size calculation of git is now sane again :))
  - pkg remove is now an alias to pkg delete
  - fix a bug with shlibs track causing segfault
  - pkg check -r now updates flatesiz and checksums
  - all generated yaml now contain a yaml object separator, pkg info -Ra can be
    pased directly to a yaml parser
  - pkg query and pkg rquery do not fallback anymore on matching everything if
    -g -x or -X is passed in arguments
  - fix python packing on pointyhat/tinderbox with a ugly workaround for now
  - pkg info '' and pkg search '' now complains about empty pattern
  - pkg rquery now return 1 if nothing matched
2012-06-03 14:47:21 +00:00
Sunpoet Po-Chuan Hsieh
2b98d0ef36 - Update to 0.3.0
- Add BUILD_DEPENDS
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/FreeBSD-Pkgs-FindUpdates/Changes
PR:		ports/168585
Submitted by:	sunpoet (myself)
Approved by:	Zane C. B-H. <vvelox@vvelox.net> (maintainer)
2012-06-03 09:55:03 +00:00
Sunpoet Po-Chuan Hsieh
c015e5af1a - Update to 0.2.0
Changes:	http://search.cpan.org/dist/FreeBSD-Pkgs/Changes
PR:		ports/168584
Submitted by:	sunpoet (myself)
Approved by:	Zane C. B-H. <vvelox@vvelox.net> (maintainer)
2012-06-03 09:54:33 +00:00
Baptiste Daroussin
24b247e2c7 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>
2012-06-02 09:48:44 +00:00
Baptiste Daroussin
b4f91f677e Convert to new options framework
PR=		ports/168534
Submitted by:	Bryan Drewery <bryan@shatow.net> (maintainer)
2012-06-02 09:38:19 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
d50f9ae936 - Update to 0.1.5
PR:		168422
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2012-05-29 08:38:25 +00:00
Max Brazhnikov
8fe296955d IGNORE= does not build with Qt 4.8 2012-05-25 11:09:45 +00:00
Alex Kozlov
7057fb7d4d Update to 1.6
- update whitelists

Approved by:	eadler, itetcu (mentors, implicit)
2012-05-24 07:43:58 +00:00
Baptiste Daroussin
27150984d0 - Fix pkg update adding repo.txz twice
PR:		ports/168235
Submitted by:	Andriy Syrovenko <andriys@gmail.com>
2012-05-22 16:49:26 +00:00
Baptiste Daroussin
a1ffe962fd - update to 1.0-beta14
- changes:
  * new DEVELOPER_MODE option: it will fail instead of just printing warnings
  * package creation is now reproductible, the same package built twice will
have the same checksum
  * pkg install, upgrade and fetch now automatically performs the update of the
remote metadata if necessary
  * portmaster patch: use_pkgng is not nessecary anymore
  * portmaster patch: new format you can just copy it in the
ports-mgmt/portmaster/files
  * portmaster patch: support for portmaster -o
  * portmaster patch: Enable --check-depends, aliasing pkg check -adv
  * pkg set -A to mark a package as automatically installed (-a now matches all:
 better consistency with other commands)
  * new -D option for pkg info (same as pkg_info -D)
  * pkg set -o now change origin for a port and everything that depends on it
  * new -L option for pkg {fetch,install,upgrade} to skip updating metadata.
  * when a package isn't valid, print human information about what is missing
  * some fixes in ordering (revealed by p5-XML-Sax mess)

Thanks to all contributors
2012-05-22 13:16:46 +00:00
Joe Marcus Clarke
94342a06fe Correct a typo.
Reported by:	adamw
2012-05-20 16:36:50 +00:00
Joe Marcus Clarke
ccc564bc46 Upgrade to 2.13.10.
* Add a check for over-specific shared lib dependencies [1]
* Add support for TEST_DEPENDS [2]
* Make the error for NO_CHECKSUM to be scarier [3]

PR:		165851 [1]
		166173 [2]
		167923 [3]
Submitted by:	matthew [1]
		sunpoet [2]
		"Bryan Drewery" <bryan@shatow.net> [3]
2012-05-20 05:10:42 +00:00
Baptiste Daroussin
98e85bf3ce - update to 1.4.1
- changes:
  * do not try to sanity check an empty package directory
2012-05-19 13:43:59 +00:00
Baptiste Daroussin
4c1f4420d8 - update to 1.4
- changes:
  * Sanity check, clean all the old package not only the one that are concern by the run
  * No more recursive cleanup in case of failure
  * Code cleanup and consistency improved
2012-05-17 21:44:16 +00:00
Martin Wilke
c45f6ef3cf - Update to 0.1.2
PR:		167410
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer timeout
2012-05-16 08:23:42 +00:00
Baptiste Daroussin
716c40233f - update to 1.3.1
- important bug fix in jail -i and jail -l
2012-05-15 16:37:23 +00:00
Baptiste Daroussin
b57e542bce - update to 1.3
- changes:
  * Stop using zfs properties to store the queue to avoid size limitation
  * Bug fixes
2012-05-15 10:18:40 +00:00
Eitan Adler
913696b86e 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)
2012-05-12 16:33:45 +00:00
Eitan Adler
7d2addd2df 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)
2012-05-12 04:41:39 +00:00
Kris Moore
93f1190b50 - Update to 0.9.8 2012-05-11 21:04:06 +00:00
Jason Helfman
9e660bdb4c - Update to 1.3
This version adds support for a top-level Makefile.local. Also
restored the priority-setting code, but without making it mandatory
(if the call to rtprio fails, the program will still runs, rather than
aborting as it formerly did, the last time this code was included).

PR:	ports/167592
Submitted by:	maintainer, conrads@cox.net
2012-05-04 22:06:17 +00:00
Baptiste Daroussin
0665269baf - update to 1.0-beta13
- changes:
  * -a (all) is now befault behaviour of check, query, rquery
  * speed up remote repository query
  * fix excessive CPU usage on fetching
  * improve man pages documentation
  * only display filenames on fetching not full url
  * fix an important bug on jobs ordering calculation
  * lots of bugs fixes
2012-05-04 06:17:32 +00:00
Baptiste Daroussin
6c577fda04 - update to 1.2
- changes:
  * jails are now real jail(8)
  * only have network access during make fetch
  * poudriere jail -i -j <yourjail> now shows the activity of the jail
  * csup support for poudriere ports
  * new poudriere cron and poudriere queue command
2012-05-03 17:56:24 +00:00
Eitan Adler
7fdbfe0686 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)
2012-05-02 15:50:24 +00:00
Eitan Adler
00e0cf9296 Upgrade to 2.4.9.5
Changes:

Fixes regression introduced 2.4.9.4 release, causing failed upgrades to
be seen as successes. Reported by: Matthew D. Fuller

PR:		ports/167512
Submitted by:	Bryan Drewery <bryan@shatow.net> (maintainer)
2012-05-02 15:35:08 +00:00
Baptiste Daroussin
25c7858162 Convert distinfo to unix format for real
Set the right checksum and size

PR:		ports/167502
Submitted by:	Bryan Drewery <bryan@shatow.net> (maintainer)
2012-05-01 22:03:54 +00:00
Baptiste Daroussin
a0eafe8361 Point to the new home 2012-05-01 13:03:35 +00:00
Eitan Adler
d0c3f23fd6 DOS2UNIX 2012-04-30 02:57:00 +00:00
Eitan Adler
af62a35df8 Change portupgrade-devel to use a known hash and check distinfo
Submitted by:	bryan@shatow.net (maintainer)
Security:	b428e6b3-926c-11e1-8d7b-003067b2972c
2012-04-30 02:55:22 +00:00
Dennis Herrmann
0b02e47c12 - Update to 1.1.0
PR:		ports/167388
Submitted by:	Mamoru Sakaue <sakaue.mamoru@samurai.mwghennn.net> (maintainer)
2012-04-28 18:33:06 +00:00
Dennis Herrmann
f86a87c735 - Avoid literal appearances of "$FreeBSD:...$" in patch-util_diff.in.
- While we are here:
- Make the affected sed pattern more flexible with regard to the
  repository path from which the port was checked out.
- When handling -d <dir>, if the port's directory does not exist,
  fix the path used in the first check for an alternative path.
- Bump PORTREVISION.

PR:		ports/166593
Submitted by:	Johannes Joemann <joemann@beefree.free.de> (maintainer)
2012-04-28 07:58:13 +00:00
Romain Tartière
90016817de Update to 1.0.5 2012-04-27 14:33:28 +00:00
Jason Helfman
0af6ed5ab0 - Update to 2.4.9.4
PR:	ports/167338
Submitted by:	maintainer, bryan@shatow.net
2012-04-27 04:41:47 +00:00
Baptiste Daroussin
65e5ecf448 pkg.conf.sample is not a PORTEXAMPLE 2012-04-26 10:14:12 +00:00
Jason Helfman
35bba01180 - Update to 0.1.4.1
0.1.4 - 2012 April 22:
* Support pkgng as an alternative package manager
* Support installing packages from a repository
* Support port pre-cleaning
* Support dynamic defaults from /etc/make.conf (i.e. DEPENDS_(PRE)CLEAN)
* Major code cleanup and refactor effort
* Switch to a revised milestone schedule
* Fixes:
* Fix assertion when using PKGINSTALL builder
* If kevent fails with EINTR then retry command again

PR:	ports/167210
Submitted by:	maintainer, naylor.b.david@gmail.com
2012-04-23 21:39:06 +00:00
Baptiste Daroussin
0a9194acae - update to 1.0-beta12
- changes:
  * Fix to be downloaded calculation
  * Respected rc.conf with handle_rc_scripts
  * Improve man pages
  * Fix pkg set -o
  * new pkg rquery subcommand, do the same as pkg query but for remote
    repositories
  * Allow forcing installation of a package even on bad arches
  * Add indexes to local database, speed up local queries
  * Speed up file loading from database
  * lock the database while executing a job
  * improvements on new pkg version detection
2012-04-23 13:57:39 +00:00
Jason Helfman
88d8712308 - use Sourceforge
- avoids issue with not having SSL support
- Adds LICENSE
- Uses proper RUBY_VER
- on request from myself, pkg-message was generalized by maintainer

PR:	ports/167096
Submitted by:	maintainer, bryan@shatow.net
2012-04-20 16:43:12 +00:00
Jason Helfman
f41fdd55ac - 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]
2012-04-20 05:44:16 +00:00
Alex Kozlov
e38d4d1622 Update to 1.5
- update whitelists
- hide BROKEN/IGNORE quoted under 'all checks' option

Approved by:	eadler (mentor)
2012-04-19 13:14:33 +00:00
Baptiste Daroussin
3371d462a9 Fix bug preventing self upgrade with beta11 2012-04-18 21:25:19 +00:00
Chris Rees
070be82228 Sync MAINTAINER with ports-mgmt/portupgrade
Submitted by:	Bryan Drewery <bryan@shatow.net>
2012-04-18 18:28:50 +00:00
Ion-Mihai Tetcu
f71449d0ab Update to add support for pkgng :)
Bugged by:	beat@ and bapt@
2012-04-17 16:50:33 +00:00
Baptiste Daroussin
d6d1fbb4b3 - new upstream for portupgrade
- update WWW, MASTER_SITE and distfile to reflect this
- fix usage with ruby 1.9[1]

PR:		ports/165353 [1], ports/166992 [2]
Submitted by:	"Dr. Andreas Haakh" <bugReporter@ib-haakh.de> [1], Bryan Drewery <bryan@shatow.net> [2] (new maintainer)
2012-04-16 21:44:38 +00:00
Stanislav Sedov
0f951c3e8c - The portupgarde has moved to a new home. Change the URL to point to the
new location.

Approved by:	bapt (via IRC)
2012-04-13 21:46:38 +00:00