diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-05 20:21:02 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-05 20:21:02 +0000 |
commit | 1de718fe5c663b9cfc2d707d8712e88a31ba9ca7 (patch) | |
tree | c2ab0494e5c9491ded6a8686204822a6b415e073 /misc/amanda25-server | |
parent | 2b7e5db35d62fb1ef5c8bce4d7397a1885c19264 (diff) | |
download | ports-1de718fe5c663b9cfc2d707d8712e88a31ba9ca7.tar.gz ports-1de718fe5c663b9cfc2d707d8712e88a31ba9ca7.zip |
Notes
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 9 | ||||
-rw-r--r-- | misc/amanda25-server/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 46eded0fde59..5e5b9f7bfd61 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -6,10 +6,11 @@ # PORTNAME?= ${MASTERPORTNAME} -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.2p1 PORTREVISION?= 0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= amanda DISTFILES= amanda-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= jeh@FreeBSD.org @@ -87,9 +88,9 @@ CONFIGURE_ARGS+= --with-config=${AMANDA_CONFIG} # # Before 4.0, pre-CAM scsiio.h existed .if ${OSVERSION} < 400000 -PLIST_SUB+= SCSICHG='@comment ' -.else PLIST_SUB+= SCSICHG='' +.else +PLIST_SUB+= SCSICHG='@comment ' .endif # amanda24-client part diff --git a/misc/amanda25-server/distinfo b/misc/amanda25-server/distinfo index 11c39fd7d06c..02f40e60b50c 100644 --- a/misc/amanda25-server/distinfo +++ b/misc/amanda25-server/distinfo @@ -1 +1 @@ -MD5 (amanda-2.4.2.tar.gz) = b10c0ada724694d0bbc46a0d3ebee3c9 +MD5 (amanda-2.4.2p1.tar.gz) = c35e8aa916bcc53b1e2164fd975c8cf0 |