[19422] trunk/dports/devel/popt/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 6 15:20:18 PDT 2006


Revision: 19422
Author:   mij at macports.org
Date:     2006-09-06 15:20:16 -0700 (Wed, 06 Sep 2006)

Log Message:
-----------
Add another site to master_sites so this fetching the distfile is a bit
more reliable.

Modified Paths:
--------------
    trunk/dports/devel/popt/Portfile

Modified: trunk/dports/devel/popt/Portfile
===================================================================
--- trunk/dports/devel/popt/Portfile	2006-09-06 21:18:49 UTC (rev 19421)
+++ trunk/dports/devel/popt/Portfile	2006-09-06 22:20:16 UTC (rev 19422)
@@ -3,14 +3,15 @@
 PortSystem 1.0
 name		popt
 version		1.10.4
-revision	1
+revision	2
 categories	devel
 maintainers	n3npq at mac.com
 description	A getopt(3) like library with a number of enhancements
 long_description popt is a command line parsing library. It contains a number of enhancements over getopt(3), including being fully reentrant, allowing users to alias command line arguments, providing convience functions for parsing strings into argv[] style arrays and popt can parse arbitrary argv[] style arrays.
 
 platforms	darwin
-master_sites	ftp://wraptastic.org/pub/rpm-4.4.x
+master_sites	ftp://wraptastic.org/pub/rpm-4.4.x/ \
+		http://rpm.net.in/mirror/rpm-4.4.x/
 
 depends_lib	lib:libintl.3:gettext
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060906/ba6c5077/attachment.html


More information about the macports-changes mailing list