[151591] trunk/dports/devel/zshdb/Portfile

g5pw at macports.org g5pw at macports.org
Thu Aug 18 02:13:54 PDT 2016


Revision: 151591
          https://trac.macports.org/changeset/151591
Author:   g5pw at macports.org
Date:     2016-08-18 02:13:54 -0700 (Thu, 18 Aug 2016)
Log Message:
-----------
devel/zshdb: update to 0.92

Don't use autogen.sh script; explicitly set use_autoreconf.

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

Modified: trunk/dports/devel/zshdb/Portfile
===================================================================
--- trunk/dports/devel/zshdb/Portfile	2016-08-18 08:59:22 UTC (rev 151590)
+++ trunk/dports/devel/zshdb/Portfile	2016-08-18 09:13:54 UTC (rev 151591)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        rocky zshdb 0.91 release-
+github.setup        rocky zshdb 0.92 release-
 
 maintainers         g5pw openmaintainer
 
@@ -22,9 +22,13 @@
 supported_archs     noarch
 
 depends_lib         port:zsh
-depends_build       port:autoconf port:automake
 
-checksums           rmd160  1a377dfc0a34ddd050f5aef569ca6c6d86b11074 \
-                    sha256  fc3880c7e8cb372721c9dacf8e9246b4bc4222cdc6f0f6db1e289cec8524ee0e
+checksums           rmd160  bcf5317b33ec7026a91261fd2fa76d9b2397f0a3 \
+                    sha256  bc583778abfbfcb5fceb93e8635a9f473b2fc6ba6a7e22bee0c58e02977acb69
 
-configure.cmd       ./autogen.sh
+use_autoreconf      yes
+
+post-patch {
+    # Well, they to it in the autogen.sh, so there's probably a good reason, no?
+    file copy ${worksrcpath}/README.md ${worksrcpath}/README
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160818/cbe5f160/attachment.html>


More information about the macports-changes mailing list