diff options
author | garga <garga@FreeBSD.org> | 2005-08-19 18:04:31 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-19 18:04:31 +0800 |
commit | 23d22039b82a1892d8b4a95fae551719ada3b698 (patch) | |
tree | d4ea3b103920c3f785f0c9d2892105feb3462229 /mail/qsheff/Makefile | |
parent | ea2ed3ad9d7fc24233f9ce34623b64d0dd6d87f3 (diff) | |
download | freebsd-ports-gnome-23d22039b82a1892d8b4a95fae551719ada3b698.tar.gz freebsd-ports-gnome-23d22039b82a1892d8b4a95fae551719ada3b698.tar.zst freebsd-ports-gnome-23d22039b82a1892d8b4a95fae551719ada3b698.zip |
- Update to 1.0-r3 and make it fetchable again
- Add MASTER_SITE_SOURCEFORGE on MASTER_SITES
PR: ports/84505
Submitted by: maintainer
Reworked by: myself
Approved by: portmgr (krion), maintainer
Diffstat (limited to 'mail/qsheff/Makefile')
-rw-r--r-- | mail/qsheff/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile index 3598bf70b9da..32f329530e5d 100644 --- a/mail/qsheff/Makefile +++ b/mail/qsheff/Makefile @@ -6,16 +6,18 @@ # PORTNAME= qsheff -PORTVERSION= 1.0.r1 +PORTVERSION= 1.0.r3 CATEGORIES= mail -MASTER_SITES= http://www.enderunix.org/qsheff/ -DISTNAME= ${PORTNAME}-1.0-r1 +MASTER_SITES= http://www.enderunix.org/qsheff/ \ + ${MASTER_SITE_SOURCEFORGE} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-r/} MAINTAINER= ozkan@enderunix.org COMMENT= A qmail-queue replacement to filter mail traffic -RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-queue:${PORTSDIR}/mail/qmail \ +BUILD_DEPENDS= ${QMAIL_DIR}/bin/qmail-queue:${PORTSDIR}/mail/qmail \ ${LOCALBASE}/bin/ripmime:${PORTSDIR}/mail/ripmime +RUN_DEPENDS= ${BUILD_DEPENDS} USE_REINPLACE= YES GNU_CONFIGURE= YES @@ -24,8 +26,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PORTDOCS= spamass-qsheff.en.html README COPYING AUTHORS ChangeLog \ INSTALL UPGRADE THANKS TODO -SUB_FILES= pkg-message - OPTIONS= CLAMAV "Integrate with Clam AntiVirus" on .if exists(${LOCALBASE}/qmail/bin/qmail-queue) @@ -34,8 +34,6 @@ QMAIL_DIR?= ${LOCALBASE}/qmail QMAIL_DIR?= /var/qmail .endif -PREFIX?= ${QMAIL_DIR} - CONFIGURE_ARGS+= --with-qmaildir=${QMAIL_DIR} .include <bsd.port.pre.mk> @@ -43,9 +41,6 @@ CONFIGURE_ARGS+= --with-qmaildir=${QMAIL_DIR} .if !defined(WITHOUT_CLAMAV) RUN_DEPENDS+= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav .endif -.if !defined(WITHOUT_FPROT) & defined(WITHOUT_CLAMAV) -RUN_DEPENDS+= ${LOCALBASE}/bin/f-prot:${PORTSDIR}/security/f-prot -.endif post-patch: .if defined(NOPORTDOCS) @@ -60,7 +55,4 @@ post-build: ${WRKSRC}/etc/qsheff.conf-default .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> |