diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-05-24 21:41:13 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-05-24 21:41:13 +0800 |
commit | 173ae8f1423afb842317f6854533d267e21adb1c (patch) | |
tree | 50f29901771eb58f61a68eca26caca5faa909b52 | |
parent | 6747660e5ae395c3e993116677f622d583ab4bae (diff) | |
download | freebsd-ports-gnome-173ae8f1423afb842317f6854533d267e21adb1c.tar.gz freebsd-ports-gnome-173ae8f1423afb842317f6854533d267e21adb1c.tar.zst freebsd-ports-gnome-173ae8f1423afb842317f6854533d267e21adb1c.zip |
- Update net/unison to 2.48.4
- While here remove unneeded DOCS option from DEFAULT_OPTIONS(it's
always on by default)
-rw-r--r-- | net/unison-nox11/Makefile | 1 | ||||
-rw-r--r-- | net/unison/Makefile | 7 | ||||
-rw-r--r-- | net/unison/distinfo | 17 |
3 files changed, 13 insertions, 12 deletions
diff --git a/net/unison-nox11/Makefile b/net/unison-nox11/Makefile index f6f56b52830f..167b54954514 100644 --- a/net/unison-nox11/Makefile +++ b/net/unison-nox11/Makefile @@ -1,7 +1,6 @@ # Created by: Boris Samorodov <bsam@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -nox11 MAINTAINER= bsam@FreeBSD.org diff --git a/net/unison/Makefile b/net/unison/Makefile index 9864652efe96..a6ba7ddce419 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= unison -PORTVERSION= 2.48.3 -PORTREVISION?= 2 +PORTVERSION= 2.48.4 +PORTREVISION?= 0 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -18,6 +18,7 @@ LICENSE= GPLv3 PLIST_SUB= PORTVERSION=${PORTVERSION} USES= gmake USE_OCAML= yes +WRKSRC= ${WRKDIR}/src NO_OCAML_RUNDEPENDS=yes WANT_GNOME= yes MAKE_ARGS= CFLAGS="" @@ -31,7 +32,7 @@ EXTRA_DOCS= ${DISTNAME}-manual.html \ ${DISTNAME}-manual.pdf ${DISTNAME}-manual.ps OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT?= DOCS X11 +OPTIONS_DEFAULT?= X11 .include <bsd.port.options.mk> diff --git a/net/unison/distinfo b/net/unison/distinfo index d8e0f77565c3..29a7f7576d6f 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,8 +1,9 @@ -SHA256 (unison-2.48.3/unison-2.48.3.tar.gz) = f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483 -SIZE (unison-2.48.3/unison-2.48.3.tar.gz) = 1172646 -SHA256 (unison-2.48.3/unison-2.48.3-manual.html) = 500d8f83770fc3b07cf443dfb1579281d4379002d51523aa73451e03f6cdbe1a -SIZE (unison-2.48.3/unison-2.48.3-manual.html) = 278156 -SHA256 (unison-2.48.3/unison-2.48.3-manual.pdf) = cba2946656e04b856d98184b539e382ed85d987d24458a39e156946125f7b578 -SIZE (unison-2.48.3/unison-2.48.3-manual.pdf) = 516703 -SHA256 (unison-2.48.3/unison-2.48.3-manual.ps) = 0a8e05fa461d4888b17b97df8dc26404a35e9fad944241bae59355d87bf05c85 -SIZE (unison-2.48.3/unison-2.48.3-manual.ps) = 771787 +TIMESTAMP = 1464031624 +SHA256 (unison-2.48.4/unison-2.48.4.tar.gz) = 30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8 +SIZE (unison-2.48.4/unison-2.48.4.tar.gz) = 1200861 +SHA256 (unison-2.48.4/unison-2.48.4-manual.html) = 2b5674e2fd7751148784a716ce5a03f8cd0a321c8a3bd4343832ed9b83d2d404 +SIZE (unison-2.48.4/unison-2.48.4-manual.html) = 278110 +SHA256 (unison-2.48.4/unison-2.48.4-manual.pdf) = eaf9bf89967eb17c59b98f0a7ba6b6ff260b6c6de73277a633d954ceb42f5f93 +SIZE (unison-2.48.4/unison-2.48.4-manual.pdf) = 516093 +SHA256 (unison-2.48.4/unison-2.48.4-manual.ps) = 8b7aaf70452148e0817ee84db5b0686a9867ec5a1697490113572e0f4669dd0a +SIZE (unison-2.48.4/unison-2.48.4-manual.ps) = 770305 |