mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
o Update to version 2.4.2p1
o Use SourceForge master site o Fixed if statement for OSVERSION
This commit is contained in:
parent
2b7e5db35d
commit
1de718fe5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38008
10 changed files with 30 additions and 25 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (amanda-2.4.2.tar.gz) = b10c0ada724694d0bbc46a0d3ebee3c9
|
||||
MD5 (amanda-2.4.2p1.tar.gz) = c35e8aa916bcc53b1e2164fd975c8cf0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (amanda-2.4.2.tar.gz) = b10c0ada724694d0bbc46a0d3ebee3c9
|
||||
MD5 (amanda-2.4.2p1.tar.gz) = c35e8aa916bcc53b1e2164fd975c8cf0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (amanda-2.4.2.tar.gz) = b10c0ada724694d0bbc46a0d3ebee3c9
|
||||
MD5 (amanda-2.4.2p1.tar.gz) = c35e8aa916bcc53b1e2164fd975c8cf0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (amanda-2.4.2.tar.gz) = b10c0ada724694d0bbc46a0d3ebee3c9
|
||||
MD5 (amanda-2.4.2p1.tar.gz) = c35e8aa916bcc53b1e2164fd975c8cf0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (amanda-2.4.2.tar.gz) = b10c0ada724694d0bbc46a0d3ebee3c9
|
||||
MD5 (amanda-2.4.2p1.tar.gz) = c35e8aa916bcc53b1e2164fd975c8cf0
|
||||
|
|
Loading…
Add table
Reference in a new issue