[33348] trunk/dports/net/nslint/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 24 05:47:25 PST 2008


Revision: 33348
          http://trac.macosforge.org/projects/macports/changeset/33348
Author:   ryandesign at macports.org
Date:     2008-01-24 05:45:32 -0800 (Thu, 24 Jan 2008)

Log Message:
-----------
nslint: maintainer-approved update:

 * Update to 2.1a8
 * Remove `--mandir` configure argument since the software already knows where to put the manpage
 * No longer copy `config.guess` and `config.sub` from `/usr/share/libtool` since the software already has new-enough versions. This fixes the build when using Xcode 2.5, which no longer provides `/usr/share/libtool`

Closes #14052.

Modified Paths:
--------------
    trunk/dports/net/nslint/Portfile

Modified: trunk/dports/net/nslint/Portfile
===================================================================
--- trunk/dports/net/nslint/Portfile	2008-01-24 13:30:10 UTC (rev 33347)
+++ trunk/dports/net/nslint/Portfile	2008-01-24 13:45:32 UTC (rev 33348)
@@ -2,7 +2,7 @@
 
 PortSystem		1.0
 name			nslint
-version			2.1a3
+version			2.1a8
 categories		net
 maintainers		blb at macports.org
 description		Lint program for dns files
@@ -13,7 +13,9 @@
 
 master_sites	ftp://ftp.ee.lbl.gov/ \
 				ftp://ftp.ee.lbl.gov/old/
-checksums		md5 87f78dd8680a4abbc480d814172a468e
+checksums		md5 46180a9db577e421ad591ffb9c422f52 \
+				sha1 6b7ac4fc31c154787ff978c41e103d17fc98600b \
+				rmd160 95a99426aec632f7ec5227c0397e65aabd0fab3b
 
 # Many files are read-only...
 post-extract {
@@ -22,15 +24,6 @@
 
 patchfiles		patch-Makefile.in
 
-platform darwin {
-	pre-configure {
-		file copy -force /usr/share/libtool/config.guess ${worksrcpath}
-		file copy -force /usr/share/libtool/config.sub ${worksrcpath}
-	}
-}
-
-configure.args	--mandir=${prefix}/share/man
-
 build.target	
 
 destroot.target	install install-man

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


More information about the macports-changes mailing list