diff options
-rw-r--r-- | net/unison/Makefile | 4 | ||||
-rw-r--r-- | net/unison/distinfo | 16 | ||||
-rw-r--r-- | net/unison/files/patch-Makefile | 11 |
3 files changed, 10 insertions, 21 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 13a7b9adba31..a980037d1ca8 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -6,7 +6,7 @@ # PORTNAME= unison -PORTVERSION= 2.40.61 +PORTVERSION= 2.40.63 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -25,7 +25,7 @@ CONFLICTS= unison-devel-[0-9]* unison-nox11-[0-9]* MAKE_JOBS_UNSAFE= yes ALL_TARGET= unison all -LICENCE= GPLv3 +LICENSE= GPLv3 .include <bsd.port.pre.mk> diff --git a/net/unison/distinfo b/net/unison/distinfo index 567a7a8fbf3b..d1e053f92d03 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,8 +1,8 @@ -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 +SHA256 (unison-2.40.63/unison-2.40.63.tar.gz) = 6e6e00643a7e3908ce3604bb5031e4c6d4c6af5c421a79d08a8b7759de12cd9d +SIZE (unison-2.40.63/unison-2.40.63.tar.gz) = 2601791 +SHA256 (unison-2.40.63/unison-2.40.63-manual.html) = b88c6c3a24c359e306e702672cc8da904e72c367861ef2a3dc3df07566948223 +SIZE (unison-2.40.63/unison-2.40.63-manual.html) = 267159 +SHA256 (unison-2.40.63/unison-2.40.63-manual.pdf) = f31a2985132f79c00689e34484ad30bf04c6e121ba77c97be95daa075dc29497 +SIZE (unison-2.40.63/unison-2.40.63-manual.pdf) = 507609 +SHA256 (unison-2.40.63/unison-2.40.63-manual.ps) = b10ffbbb09310990a4708c68c9d15db1470f4ca0f3c9dfce1bcc78e64ebec7fe +SIZE (unison-2.40.63/unison-2.40.63-manual.ps) = 599148 diff --git a/net/unison/files/patch-Makefile b/net/unison/files/patch-Makefile deleted file mode 100644 index 121357a47a5b..000000000000 --- a/net/unison/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |