[124259] trunk/dports/math/add/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Aug 21 15:26:56 PDT 2014


Revision: 124259
          https://trac.macports.org/changeset/124259
Author:   khindenburg at macports.org
Date:     2014-08-21 15:26:56 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
add: update to 20140105 - fix help path

Modified Paths:
--------------
    trunk/dports/math/add/Portfile

Modified: trunk/dports/math/add/Portfile
===================================================================
--- trunk/dports/math/add/Portfile	2014-08-21 22:20:31 UTC (rev 124258)
+++ trunk/dports/math/add/Portfile	2014-08-21 22:26:56 UTC (rev 124259)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name	   add
-version	   20070214
+version	   20140105
 categories	math
 platforms	darwin
 license		BSD
@@ -16,19 +16,14 @@
 homepage	http://dickey.his.com/add/
 master_sites	ftp://invisible-island.net/add/
 extract.suffix	.tgz
-checksums	md5 939091db5323c54b6bf65dd01885db9d \
-		sha1 a8afdb2e83a69847c805e874ec30f9eb7edbb182 \
-		rmd160 a860640c3054e4bc700ae74bea4a5f26e50932a9
 
+checksums           rmd160  0f48f8f59c7d19565d3134b4bb9c9ec70689ab23 \
+                    sha256  f963eef1b513844b3acaff71684d3e26bb77731eaab3e053df3480f3c5d318bd
+
 depends_lib	port:ncurses
 
-configure.args	--mandir=${prefix}/share/man
+configure.args	--mandir=${prefix}/share/man --datadir=${prefix}/share/doc/${name}
 
-post-destroot	{
-		xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
-		file rename ${destroot}${prefix}/bin/add.hlp ${destroot}${prefix}/share/doc/${name}
-}
-
 livecheck.type	regex
 livecheck.url	${master_sites}
 livecheck.regex	"${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140821/a6bbbc27/attachment-0001.html>


More information about the macports-changes mailing list