diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
commit | bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch) | |
tree | 0568d65daffcf341d48d7a3227af1e668328225a /mail | |
parent | d556b7fc223f0d881ea168a584545ca3278e9756 (diff) | |
download | freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam-devel/Makefile | 3 | ||||
-rw-r--r-- | mail/dspam/Makefile | 4 | ||||
-rw-r--r-- | mail/sympa/Makefile | 3 | ||||
-rw-r--r-- | mail/sympa5/Makefile | 4 | ||||
-rw-r--r-- | mail/vqregister/Makefile | 2 |
5 files changed, 9 insertions, 7 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 7555226051d0..65b28b995959 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -12,6 +12,7 @@ PORTNAME= dspam PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= # set later @@ -413,7 +414,7 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE} . if defined(WITH_LIGHTTPD) RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd . else -USE_APACHE= 1.3+ +USE_APACHE= 13+ . endif LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd RUN_DEPENDS+= ${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index b7dcb3f67bef..76c335d22b47 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -12,7 +12,7 @@ PORTNAME= dspam PORTVERSION= 3.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ @@ -398,7 +398,7 @@ CONFIGURE_ARGS+= --with-dspam-mode=${DSPAM_MODE} . if defined(WITH_LIGHTTPD) RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd . else -USE_APACHE= 1.3+ +USE_APACHE= 13+ . endif LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd RUN_DEPENDS+= ${SITE_PERL}/mach/GD.pm:${PORTSDIR}/graphics/p5-GD diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 823a5bf33ab4..60365888fb71 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -7,6 +7,7 @@ PORTNAME= sympa PORTVERSION= 6.1.6 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -47,7 +48,7 @@ USERS= sympa GROUPS= sympa GNU_CONFIGURE= yes USE_PERL5= yes -USE_APACHE= 1.3+ +USE_APACHE= 13+ ICONSDIR?= www/icons CONFIGURE_ARGS+=--bindir=${PREFIX}/libexec/${PORTNAME} \ --libexecdir=${PREFIX}/libexec/${PORTNAME} \ diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile index f0378634abfd..b73491adcd7c 100644 --- a/mail/sympa5/Makefile +++ b/mail/sympa5/Makefile @@ -7,7 +7,7 @@ PORTNAME= sympa PORTVERSION= 5.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES?= http://www.sympa.org/distribution/ @@ -31,7 +31,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip RUN_DEPENDS= ${BUILD_DEPENDS} LATEST_LINK= sympa5 -USE_APACHE= 1.3+ +USE_APACHE= 13+ HAS_CONFIGURE= yes USE_PERL5= 5.8.6+ USE_GMAKE= yes diff --git a/mail/vqregister/Makefile b/mail/vqregister/Makefile index c8b9af4e2bc0..1f7fa61658e6 100644 --- a/mail/vqregister/Makefile +++ b/mail/vqregister/Makefile @@ -7,7 +7,7 @@ PORTNAME= vqregister PORTVERSION= 2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail www MASTER_SITES= http://www.inter7.com/vqregister/ |