diff options
author | mat <mat@FreeBSD.org> | 2015-04-03 17:22:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-03 17:22:42 +0800 |
commit | 2412339bef35834ff4ed5a22beb6df6a44d79a3a (patch) | |
tree | 6a45b03c2f4f86d9b39eadf1bd9bad5e2c1dc0c4 /mail | |
parent | e9592d9b873219951c60399c3cb3092fc9338098 (diff) | |
download | freebsd-ports-gnome-2412339bef35834ff4ed5a22beb6df6a44d79a3a.tar.gz freebsd-ports-gnome-2412339bef35834ff4ed5a22beb6df6a44d79a3a.tar.zst freebsd-ports-gnome-2412339bef35834ff4ed5a22beb6df6a44d79a3a.zip |
Update to 1.3.158.
Sponsored by: Absolight
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dcc-dccd/Makefile | 2 | ||||
-rw-r--r-- | mail/dcc-dccd/distinfo | 4 | ||||
-rw-r--r-- | mail/dcc-dccd/files/patch-configure | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index 988294c8f0d0..958154a8210f 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcc-dccd -PORTVERSION= 1.3.157 +PORTVERSION= 1.3.158 CATEGORIES= mail MASTER_SITES= http://www.dcc-servers.net/dcc/source/old/ \ ftp://ftp.dcc-servers.net/src/dcc/old/ \ diff --git a/mail/dcc-dccd/distinfo b/mail/dcc-dccd/distinfo index 8457e0734b11..be64d87348ab 100644 --- a/mail/dcc-dccd/distinfo +++ b/mail/dcc-dccd/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcc-1.3.157.tar.Z) = d0c00ed14044976abaed4c0119065c53a5bfc5dd51cc55c040e4f3ed692144ba -SIZE (dcc-1.3.157.tar.Z) = 1714631 +SHA256 (dcc-1.3.158.tar.Z) = 596bb4a02800a87501818215e61ac877e4d5a31ec0c8c227f23438f6b6b831c6 +SIZE (dcc-1.3.158.tar.Z) = 1714175 diff --git a/mail/dcc-dccd/files/patch-configure b/mail/dcc-dccd/files/patch-configure index 9f15582a1457..9bcd32fd18be 100644 --- a/mail/dcc-dccd/files/patch-configure +++ b/mail/dcc-dccd/files/patch-configure @@ -3,7 +3,7 @@ @@ -1961,7 +1961,7 @@ case "$TARGET_SYS" in # compressed via /usr/share/mk mancat=man - MAN='$(MAN8)' + MANX='$(MAN8)' - USE_DCCMANINSTALL='# USE_DCCMANINSTALL=no' + USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes' ;; |