diff options
author | Anders Nordby <anders@FreeBSD.org> | 2005-05-17 16:35:32 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2005-05-17 16:35:32 +0000 |
commit | fb7de28c525cda2827e10561e5b604069cc80c2a (patch) | |
tree | 216b5283344dc98460a700c11fe571968b0564f3 /mail | |
parent | 965a94b41e9652bc457b2cacb6aab98984d570d3 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtptrapd/Makefile | 9 | ||||
-rw-r--r-- | mail/smtptrapd/distinfo | 4 | ||||
-rw-r--r-- | mail/smtptrapd/files/smtptrapd.sh.in (renamed from mail/smtptrapd/files/smtptrapd.sh) | 0 |
3 files changed, 4 insertions, 9 deletions
diff --git a/mail/smtptrapd/Makefile b/mail/smtptrapd/Makefile index c8b658ba7468..269e0ab0173b 100644 --- a/mail/smtptrapd/Makefile +++ b/mail/smtptrapd/Makefile @@ -6,17 +6,14 @@ # PORTNAME= smtptrapd -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= mail MASTER_SITES= http://smtptrapd.inodes.org/ MAINTAINER= anders@FreeBSD.org COMMENT= RFC 2821 compliant SMTP service that always returns a 4xx soft error -BROKEN= Incomplete pkg-plist - -USE_RC_SUBR= yes -SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g;s|%%RC_SUBR%%|${RC_SUBR}|g' +USE_RC_SUBR= smtptrapd.sh PLIST_FILES= bin/smtptrapd @@ -32,11 +29,9 @@ CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o smtptrapd smtptrapd.c) - ${SED} ${SED_SCRIPT} ${FILESDIR}/smtptrapd.sh >${WRKSRC}/smtptrapd.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smtptrapd ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/smtptrapd.sh ${PREFIX}/etc/rc.d/smtptrapd.sh @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.post.mk> diff --git a/mail/smtptrapd/distinfo b/mail/smtptrapd/distinfo index ffd6a885b478..9154e29e09be 100644 --- a/mail/smtptrapd/distinfo +++ b/mail/smtptrapd/distinfo @@ -1,2 +1,2 @@ -MD5 (smtptrapd-1.1.tar.gz) = 737d5ba5d21b97df902803b36a2ac424 -SIZE (smtptrapd-1.1.tar.gz) = 23383 +MD5 (smtptrapd-1.2.tar.gz) = 044b96e5f2e630c4c42b76f3e3dddef0 +SIZE (smtptrapd-1.2.tar.gz) = 4642 diff --git a/mail/smtptrapd/files/smtptrapd.sh b/mail/smtptrapd/files/smtptrapd.sh.in index 44b2f6dec8e4..44b2f6dec8e4 100644 --- a/mail/smtptrapd/files/smtptrapd.sh +++ b/mail/smtptrapd/files/smtptrapd.sh.in |