[45900] trunk/dports/devel/gperf/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Jan 24 06:49:06 PST 2009


Revision: 45900
          http://trac.macports.org/changeset/45900
Author:   mcalhoun at macports.org
Date:     2009-01-24 06:49:02 -0800 (Sat, 24 Jan 2009)
Log Message:
-----------
gperf: Assume maintainership (with openmaintainer).
Use PortGroup muniversal to build universal.
muniversal does not seem to be strictly necessary in this case, but
ports have been known to silently build incorrect binaries with the -arch... method.

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

Modified: trunk/dports/devel/gperf/Portfile
===================================================================
--- trunk/dports/devel/gperf/Portfile	2009-01-24 14:34:26 UTC (rev 45899)
+++ trunk/dports/devel/gperf/Portfile	2009-01-24 14:49:02 UTC (rev 45900)
@@ -1,10 +1,12 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup  muniversal 1.0
+
 name			gperf
 version			3.0.3
 categories		devel
-maintainers		nomaintainer
+maintainers		mcalhoun openmaintainer
 description		GNU perfect hash generator
 long_description	Generates a perfect hash function for various input.
 homepage		http://www.gnu.org/software/gperf/gperf.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090124/0b9d885b/attachment.html>


More information about the macports-changes mailing list