diff options
-rw-r--r-- | net/unison-devel/Makefile | 5 | ||||
-rw-r--r-- | net/unison-devel/distinfo | 16 | ||||
-rw-r--r-- | net/unison-devel/files/patch-Makefile | 11 |
3 files changed, 21 insertions, 11 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 5301b0c014d3..6c1f70603457 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unison -PORTVERSION= 2.32.52 -PORTREVISION= 2 +PORTVERSION= 2.40.61 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ PKGNAMESUFFIX= -devel @@ -23,7 +22,7 @@ USE_GMAKE= yes MAKE_ARGS= CFLAGS="" CONFLICTS= unison-[0-9]* unison-nox11-[0-9]* -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes ALL_TARGET= unison all .include <bsd.port.pre.mk> diff --git a/net/unison-devel/distinfo b/net/unison-devel/distinfo index 97a021d6f9a0..567a7a8fbf3b 100644 --- a/net/unison-devel/distinfo +++ b/net/unison-devel/distinfo @@ -1,8 +1,8 @@ -SHA256 (unison-2.32.52/unison-2.32.52.tar.gz) = 1542e5d4ad03e928260e061a8ff9d5e0bca3282481ed8bec5552de17a0270485 -SIZE (unison-2.32.52/unison-2.32.52.tar.gz) = 697866 -SHA256 (unison-2.32.52/unison-2.32.52-manual.html) = c898239d8139d8405b96d87e12c06c7f41fd3629cac0c83bc338aad50fed7f81 -SIZE (unison-2.32.52/unison-2.32.52-manual.html) = 249124 -SHA256 (unison-2.32.52/unison-2.32.52-manual.pdf) = b3fee7ac99907f3b1ed02c6ac901678e82ea1eed936acb45e9735b95d55cc4eb -SIZE (unison-2.32.52/unison-2.32.52-manual.pdf) = 478388 -SHA256 (unison-2.32.52/unison-2.32.52-manual.ps) = 779924e2a89ab2592c512e808cfcdf302c1a691fb1f2a6a02cc415fdc87770e5 -SIZE (unison-2.32.52/unison-2.32.52-manual.ps) = 572128 +SHA256 (unison-2.40.61/unison-2.40.61.tar.gz) = e6114bf6a99d8bbe151250b7e28a74aa546d213f4f7f7914ca086a48b375277b +SIZE (unison-2.40.61/unison-2.40.61.tar.gz) = 2702722 +SHA256 (unison-2.40.61/unison-2.40.61-manual.html) = b88c6c3a24c359e306e702672cc8da904e72c367861ef2a3dc3df07566948223 +SIZE (unison-2.40.61/unison-2.40.61-manual.html) = 267159 +SHA256 (unison-2.40.61/unison-2.40.61-manual.pdf) = 75ff6909abcf6f9ea0a981a8e3827218491fcdfb03c088c8dd1e43fcc9c687ef +SIZE (unison-2.40.61/unison-2.40.61-manual.pdf) = 507350 +SHA256 (unison-2.40.61/unison-2.40.61-manual.ps) = 106dba47ebfe205f0454c0fdfdba484208449dace0223b37e1d1fe1eec7807fb +SIZE (unison-2.40.61/unison-2.40.61-manual.ps) = 598969 diff --git a/net/unison-devel/files/patch-Makefile b/net/unison-devel/files/patch-Makefile new file mode 100644 index 000000000000..121357a47a5b --- /dev/null +++ b/net/unison-devel/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2010-12-06 00:44:55.164242569 +0100 ++++ Makefile 2010-12-06 00:45:26.227615139 +0100 +@@ -60,7 +60,7 @@ + # NAME, VERSION, and MAJORVERSION, automatically generated + -include Makefile.ProjectInfo + +-Makefile.ProjectInfo: mkProjectInfo.ml $(wildcard ../.bzr/branch/last-revision) ++Makefile.ProjectInfo: mkProjectInfo $(wildcard ../.bzr/branch/last-revision) + ./mkProjectInfo > $@ + + mkProjectInfo: mkProjectInfo.ml |