diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-01-16 11:32:36 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-01-16 11:32:36 +0000 |
commit | d6c6f9fd4fd877fcf6f100380626af1798131912 (patch) | |
tree | 29b747d71f21d2c886bd9de7359a1e6880dbf848 /mail/qmail-remove | |
parent | - Update to 0.9.12 (diff) |
- Update to 0.95
Notes
Notes:
svn path=/head/; revision=126574
Diffstat (limited to 'mail/qmail-remove')
-rw-r--r-- | mail/qmail-remove/Makefile | 5 | ||||
-rw-r--r-- | mail/qmail-remove/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/qmail-remove/Makefile b/mail/qmail-remove/Makefile index 3d7fa903f936..a22f4c56a18f 100644 --- a/mail/qmail-remove/Makefile +++ b/mail/qmail-remove/Makefile @@ -6,14 +6,14 @@ # PORTNAME= qmail-remove -PORTVERSION= 0.94 +PORTVERSION= 0.95 CATEGORIES= mail MASTER_SITES= http://www.linuxmagic.com/opensource/qmail/qmail-remove/ MAINTAINER= clement@FreeBSD.org COMMENT= Removes messages from your qmail queue based on a particular string -PLIST_FILES= sbin/qmail-remove +PLIST_FILES= sbin/qmail-remove bin/populate.pl PORTDOCS= INSTALL LICENSE README do-build: @@ -24,6 +24,7 @@ do-build: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin + @${INSTALL_SCRIPT} ${WRKSRC}/populate.pl ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} diff --git a/mail/qmail-remove/distinfo b/mail/qmail-remove/distinfo index cef64559dbdb..60567fb9e357 100644 --- a/mail/qmail-remove/distinfo +++ b/mail/qmail-remove/distinfo @@ -1,2 +1,2 @@ -MD5 (qmail-remove-0.94.tar.gz) = 3a85bb8112a3f6e7a0ea53aa8112a846 -SIZE (qmail-remove-0.94.tar.gz) = 8800 +MD5 (qmail-remove-0.95.tar.gz) = b89477bd5d8d7358e1ed807189a2d8aa +SIZE (qmail-remove-0.95.tar.gz) = 9409 |