[152073] trunk/dports/devel/tup

ryandesign at macports.org ryandesign at macports.org
Sun Aug 28 12:52:01 PDT 2016


Revision: 152073
          https://trac.macports.org/changeset/152073
Author:   ryandesign at macports.org
Date:     2016-08-28 12:52:01 -0700 (Sun, 28 Aug 2016)
Log Message:
-----------
tup: update to 0.7.5

Modified Paths:
--------------
    trunk/dports/devel/tup/Portfile
    trunk/dports/devel/tup/files/patch-build.sh.diff

Modified: trunk/dports/devel/tup/Portfile
===================================================================
--- trunk/dports/devel/tup/Portfile	2016-08-28 19:51:49 UTC (rev 152072)
+++ trunk/dports/devel/tup/Portfile	2016-08-28 19:52:01 UTC (rev 152073)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        gittup tup 0.7.4 v
+github.setup        gittup tup 0.7.5 v
 categories          devel
 platforms           macosx
 maintainers         ryandesign openmaintainer
@@ -22,8 +22,8 @@
 
 homepage            http://gittup.org/tup/
 
-checksums           rmd160  2b79b74f6c3b375fd296b7c01d6ae6f502e47ef0 \
-                    sha256  bf0d4368c5b05857340895d006da0bd59c0feddca2c618eab6b98d31b76df8e6
+checksums           rmd160  d538ecd7aed0924cf0dc6f519fb55ce1693935b5 \
+                    sha256  f4a188b51654378f40c663e6445d47cf5efd5a731349a2a76048ed0277323c72
 
 depends_build       port:pkgconfig
 

Modified: trunk/dports/devel/tup/files/patch-build.sh.diff
===================================================================
--- trunk/dports/devel/tup/files/patch-build.sh.diff	2016-08-28 19:51:49 UTC (rev 152072)
+++ trunk/dports/devel/tup/files/patch-build.sh.diff	2016-08-28 19:52:01 UTC (rev 152073)
@@ -1,19 +1,6 @@
---- build.sh.orig	2013-12-22 18:03:32.000000000 -0600
-+++ build.sh	2015-05-25 20:52:59.000000000 -0500
-@@ -3,10 +3,9 @@
- label=${TUP_LABEL:-bootstrap}
- os=`uname -s`
- plat_cflags="`pkg-config fuse --cflags`"
--plat_ldflags="`pkg-config fuse --libs`"
-+plat_ldflags="`pkg-config fuse --libs` -lm"
- plat_files=""
--LDFLAGS="-lm"
--CC=gcc
-+: ${CC:=gcc}
- case "$os" in
- 	Linux)
- 	plat_files="$plat_files ../src/compat/dummy.c"
-@@ -37,7 +36,6 @@
+--- build.sh.orig	2016-08-16 13:30:06.000000000 -0500
++++ build.sh	2016-08-28 14:46:33.000000000 -0500
+@@ -37,7 +37,6 @@
  	plat_cflags="$plat_cflags -include ../src/compat/macosx.h"
  	plat_cflags="$plat_cflags -DAT_SYMLINK_NOFOLLOW=0x100"
  	plat_cflags="$plat_cflags -DAT_REMOVEDIR=0x200"
@@ -21,7 +8,7 @@
  	;;
  	FreeBSD)
  	plat_files="$plat_files ../src/compat/dummy.c"
-@@ -77,7 +75,7 @@
+@@ -77,7 +76,7 @@
  $CC $CFLAGS -c ../src/sqlite3/sqlite3.c -DSQLITE_TEMP_STORE=2 -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION $plat_cflags
  
  echo "  bootstrap LD tup $LDFLAGS"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160828/cb10ef19/attachment.html>


More information about the macports-changes mailing list