diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 12:52:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-19 12:52:13 +0000 |
commit | eaf50d6824d9f299aa3846a39246962e3aeb6028 (patch) | |
tree | 1065830584a06130a465de728e0745010db3cbe8 | |
parent | ffb5aa8d1e851a9ce5abd016dc65d7c4be2ae23b (diff) | |
download | ports-eaf50d6824d9f299aa3846a39246962e3aeb6028.tar.gz ports-eaf50d6824d9f299aa3846a39246962e3aeb6028.zip |
Notes
-rw-r--r-- | net/unison/Makefile | 4 | ||||
-rw-r--r-- | net/unison/distinfo | 16 | ||||
-rw-r--r-- | net/unison/files/patch-Makefile | 11 | ||||
-rw-r--r-- | net/unison232/Makefile | 4 | ||||
-rw-r--r-- | net/unison232/distinfo | 16 | ||||
-rw-r--r-- | net/unison232/files/patch-Makefile | 11 |
6 files changed, 42 insertions, 20 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index d9b5049cb17c..7f264731ad3c 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unison -PORTVERSION= 2.32.52 -PORTREVISION= 1 +PORTVERSION= 2.40.61 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -24,6 +23,7 @@ MAKE_ARGS= CFLAGS="" CONFLICTS= unison-devel-[0-9]* unison-nox11-[0-9]* MAKE_JOBS_UNSAFE= yes +ALL_TARGET= unison all LICENCE= GPLv3 diff --git a/net/unison/distinfo b/net/unison/distinfo index 97a021d6f9a0..567a7a8fbf3b 100644 --- a/net/unison/distinfo +++ b/net/unison/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/files/patch-Makefile b/net/unison/files/patch-Makefile new file mode 100644 index 000000000000..121357a47a5b --- /dev/null +++ b/net/unison/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 diff --git a/net/unison232/Makefile b/net/unison232/Makefile index d9b5049cb17c..7f264731ad3c 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -6,8 +6,7 @@ # PORTNAME= unison -PORTVERSION= 2.32.52 -PORTREVISION= 1 +PORTVERSION= 2.40.61 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -24,6 +23,7 @@ MAKE_ARGS= CFLAGS="" CONFLICTS= unison-devel-[0-9]* unison-nox11-[0-9]* MAKE_JOBS_UNSAFE= yes +ALL_TARGET= unison all LICENCE= GPLv3 diff --git a/net/unison232/distinfo b/net/unison232/distinfo index 97a021d6f9a0..567a7a8fbf3b 100644 --- a/net/unison232/distinfo +++ b/net/unison232/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/unison232/files/patch-Makefile b/net/unison232/files/patch-Makefile new file mode 100644 index 000000000000..121357a47a5b --- /dev/null +++ b/net/unison232/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 |