diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-19 20:52:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-19 20:52:13 +0800 |
commit | f46af713029e2d4b87251db2882166011d86c7a2 (patch) | |
tree | 6c9f3063a54e5abffe5b232d95ccf0503a3afd53 /net/unison232/Makefile | |
parent | daa1d7cf3937c0d627a775e534f1b1a1c52d32e6 (diff) | |
download | freebsd-ports-gnome-f46af713029e2d4b87251db2882166011d86c7a2.tar.gz freebsd-ports-gnome-f46af713029e2d4b87251db2882166011d86c7a2.tar.zst freebsd-ports-gnome-f46af713029e2d4b87251db2882166011d86c7a2.zip |
- Update to 2.40.61
PR: 154802
Submitted by: maintainer
Diffstat (limited to 'net/unison232/Makefile')
-rw-r--r-- | net/unison232/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |