- Update to 1.3.103
PR: ports/133137 Submitted by: Craig Green <cgreen@sentex.net> (maintainer) Approved by: miwi (mentor)
This commit is contained in:
parent
e37d4f5fb0
commit
fff161ddf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231185
3 changed files with 7 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dcc-dccd
|
||||
PORTVERSION= 1.3.102
|
||||
PORTVERSION= 1.3.103
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dcc-servers.net/dcc/source/old/ \
|
||||
http://www.rhyolite.com/anti-spam/dcc/source/old/ \
|
||||
|
@ -29,12 +29,12 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
|||
USE_RC_SUBR=
|
||||
|
||||
#
|
||||
# ALT_HOME - DCC keeps its config files in its home direcotry but writes
|
||||
# ALT_HOME - DCC keeps its config files in its home directory but writes
|
||||
# status and database files there as well. This latter point
|
||||
# means that the FreeBSD default home directory for DCC,
|
||||
# /usr/local/dcc, cannot be mounted read-only.
|
||||
#
|
||||
# DCC's default home dir is /var/dcc breaks FreeBSD hierarchy
|
||||
# DCC's default home dir of /var/dcc breaks FreeBSD hierarchy
|
||||
# conventions, but allows for a read-only /usr.
|
||||
#
|
||||
# Setting ALT_HOME on will set DCC's home to /var/dcc, but
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (dcc-1.3.102.tar.Z) = 6abf97babd8555d37ad91efc7ba4ae7b
|
||||
SHA256 (dcc-1.3.102.tar.Z) = 5da6d017048801b8dec39a7a4a078e15b41fa26aa1c486ad69c1fc1b41bde149
|
||||
SIZE (dcc-1.3.102.tar.Z) = 2451793
|
||||
MD5 (dcc-1.3.103.tar.Z) = 58a875c8640111a7910660008e4a0944
|
||||
SHA256 (dcc-1.3.103.tar.Z) = 2cd817db118df77c7c5b49e3d7d519737a9b49aaadcd70eba43b4ec123094cb7
|
||||
SIZE (dcc-1.3.103.tar.Z) = 1456266
|
||||
|
|
|
@ -16,6 +16,7 @@ dcc/libexec/cron-dccd
|
|||
%%WITH_DCCM%%dcc/libexec/dccm
|
||||
%%WITH_DCCD%%dcc/libexec/dbclean
|
||||
%%WITH_DCCD%%dcc/libexec/dblist
|
||||
%%WITH_DCCD%%dcc/libexec/dump-clients
|
||||
dcc/libexec/dcc-stats-collect
|
||||
dcc/libexec/dcc-stats-graph
|
||||
dcc/libexec/dcc-stats-init
|
||||
|
|
Loading…
Reference in a new issue