mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Update to 1.3.156.
Sponsored by: Absolight
This commit is contained in:
parent
d62dabcfd1
commit
de6661fef2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382901
8 changed files with 15 additions and 17 deletions
|
@ -2,14 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dcc-dccd
|
||||
PORTVERSION= 1.3.155
|
||||
PORTVERSION= 1.3.156
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dcc-servers.net/dcc/source/old/ \
|
||||
http://www.rhyolite.com/anti-spam/dcc/source/old/ \
|
||||
ftp://ftp.dcc-servers.net/src/dcc/old/ \
|
||||
ftp://ftp.rhyolite.com/src/dcc/old/
|
||||
LOCAL/mat/${PORTNAME}
|
||||
DISTNAME= dcc-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= Distributed Checksum Clearinghouse bulk email detector
|
||||
|
@ -23,7 +21,7 @@ LICENSE_PERMS= no-pkg-sell no-dist-mirror no-pkg-mirror no-dist-sell
|
|||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
USES= gmake
|
||||
USES= gmake tar:Z
|
||||
|
||||
OPTIONS_DEFINE= DCCIFD DCCD DCCGREY IPV6 ALT_HOME
|
||||
OPTIONS_DEFAULT= DCCIFD DCCM DCCD DCCGREY
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dcc-1.3.155.tar.Z) = ea922f75607cf0f571c7ec3745bb80903ff1739d749655bf731b8f7e15efd76d
|
||||
SIZE (dcc-1.3.155.tar.Z) = 1711020
|
||||
SHA256 (dcc-1.3.156.tar.Z) = 1fc25d1a3428fb675a93788cb1896f9ac21a5819cbb1143b9c4f110c673037c9
|
||||
SIZE (dcc-1.3.156.tar.Z) = 1714093
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.inc.in.orig 2014-08-06 14:43:42 UTC
|
||||
+++ Makefile.inc.in
|
||||
@@ -102,7 +102,6 @@
|
||||
@@ -102,7 +102,6 @@ DCC_OWN =@DCC_OWN@
|
||||
DCC_OWN =@DCCSUID@
|
||||
@MAKE_DOT@endif
|
||||
@MAKE_DOT@endif
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
@MAKE_DOT@ifndef DCC_GRP
|
||||
DCC_GRP =@DCC_GRP@
|
||||
@@ -129,9 +128,9 @@
|
||||
@@ -129,9 +128,9 @@ SET_BINOWN=
|
||||
SET_MANOWN=
|
||||
SET_DCCOWN=
|
||||
@MAKE_DOT@else
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- cdcc/Makefile.in.orig 2014-08-06 14:43:42 UTC
|
||||
+++ cdcc/Makefile.in
|
||||
@@ -45,7 +45,5 @@
|
||||
@@ -45,7 +45,5 @@ SRCS =$(PROG).c
|
||||
|
||||
@MAKE_DOT@ifndef NO_SUID
|
||||
# cdcc needs to be SUID to read the server passwords
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- configure.orig 2014-08-06 14:43:42 UTC
|
||||
+++ configure
|
||||
@@ -1950,7 +1950,7 @@
|
||||
@@ -1955,7 +1955,7 @@ case "$TARGET_SYS" in
|
||||
# compressed via /usr/share/mk
|
||||
mancat=man
|
||||
MANX='$(MAN8)'
|
||||
MAN='$(MAN8)'
|
||||
- USE_DCCMANINSTALL='# USE_DCCMANINSTALL=no'
|
||||
+ USE_DCCMANINSTALL='USE_DCCMANINSTALL=yes'
|
||||
;;
|
||||
DragonFly)
|
||||
# default to /usr/local/man/man8 and use nroff files, possibly
|
||||
Darwin)
|
||||
# default to /usr/local/man/man8 and use nroff files
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- dccproc/Makefile.in.orig 2014-08-06 14:43:42 UTC
|
||||
+++ dccproc/Makefile.in
|
||||
@@ -45,7 +45,5 @@
|
||||
@@ -45,7 +45,5 @@ SRCS =$(PROG).c
|
||||
|
||||
@MAKE_DOT@ifndef NO_SUID
|
||||
# dccproc needs to be SUID to read the server passwords
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- dccsight/Makefile.in.orig 2014-08-06 14:43:42 UTC
|
||||
+++ dccsight/Makefile.in
|
||||
@@ -46,7 +46,5 @@
|
||||
@@ -46,7 +46,5 @@ DCC_BINDIR=@installroot@@libexecdir@
|
||||
|
||||
@MAKE_DOT@ifndef NO_SUID
|
||||
# dccsight needs to be SUID to read the server passwords
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- homedir/make-dcc_conf.in.orig 2014-08-06 14:43:42 UTC
|
||||
+++ homedir/make-dcc_conf.in
|
||||
@@ -83,10 +83,6 @@
|
||||
@@ -83,10 +83,6 @@ fi
|
||||
if test -n "$FORCE" -o ! -f "$CUR"; then
|
||||
cp $PROTOTYPE $CUR$FORCE
|
||||
chmod 0644 $CUR$FORCE
|
||||
|
|
Loading…
Add table
Reference in a new issue