[134783] trunk/dports/sysutils/watchman

sean at macports.org sean at macports.org
Mon Apr 6 22:25:11 PDT 2015


Revision: 134783
          https://trac.macports.org/changeset/134783
Author:   sean at macports.org
Date:     2015-04-06 22:25:11 -0700 (Mon, 06 Apr 2015)
Log Message:
-----------
watchman: update to 3.1; closes #47360

Modified Paths:
--------------
    trunk/dports/sysutils/watchman/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/watchman/files/
    trunk/dports/sysutils/watchman/files/patch-fix-missing-destdir.diff

Modified: trunk/dports/sysutils/watchman/Portfile
===================================================================
--- trunk/dports/sysutils/watchman/Portfile	2015-04-07 05:25:09 UTC (rev 134782)
+++ trunk/dports/sysutils/watchman/Portfile	2015-04-07 05:25:11 UTC (rev 134783)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        facebook watchman 3.0.0 v
+github.setup        facebook watchman 3.1 v
 categories          sysutils
 platforms           darwin
 maintainers         sean openmaintainer
@@ -16,5 +16,12 @@
 use_autoreconf      yes
 autoreconf.env      AUTOMAKE="automake --foreign"
 
-checksums           rmd160  a2e4c71230594883ad0bc7693fd609abb612916a \
-                    sha256  325af9becef61b2b1daaf1005ef6b02f48d1af9585f0904b67728717106704ed
+depends_lib-append  port:pcre
+
+configure.args      --with-pcre
+
+checksums           rmd160  2395fd0231fd7b1542f0cf36cd446b14379e174b \
+                    sha256  02243b2b44ed76f6393ed4f5c3f0ac27813eac6ff4425df0c6f898eb063e3343
+
+patch.pre_args      -p1
+patchfiles          patch-fix-missing-destdir.diff

Added: trunk/dports/sysutils/watchman/files/patch-fix-missing-destdir.diff
===================================================================
--- trunk/dports/sysutils/watchman/files/patch-fix-missing-destdir.diff	                        (rev 0)
+++ trunk/dports/sysutils/watchman/files/patch-fix-missing-destdir.diff	2015-04-07 05:25:11 UTC (rev 134783)
@@ -0,0 +1,18 @@
+diff --git a/Makefile.am b/Makefile.am
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -136,12 +136,12 @@ rb-clean:
+ endif
+ 
+ all-local: py-build rb-build lint
+ 
+ install-exec-local: py-install
+-	${INSTALL} -d -m 777 ${WATCHMAN_STATE_DIR}
+-	touch ${WATCHMAN_STATE_DIR}/.not-empty
++	${INSTALL} -d -m 777 ${DESTDIR}${WATCHMAN_STATE_DIR}
++	touch ${DESTDIR}${WATCHMAN_STATE_DIR}/.not-empty
+ 
+ clean-local: py-clean rb-clean
+ 	-find python \( -name '*.py[cdo]' -o -name '*.so' \) -exec rm -f '{}' ';'
+ 	-rm -rf python/build
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150406/bc99d74c/attachment.html>


More information about the macports-changes mailing list