aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexey <alexey@FreeBSD.org>2013-12-16 03:44:53 +0800
committeralexey <alexey@FreeBSD.org>2013-12-16 03:44:53 +0800
commit3b9659658f57f39bc459c0835f4e03b107c5d991 (patch)
tree528a5320a1a1f109ce7ca9c3686e7d2d949aa9d6
parentdc06bb5e08d40e6e7a75df524cae5d62378eb8a6 (diff)
downloadfreebsd-ports-gnome-3b9659658f57f39bc459c0835f4e03b107c5d991.tar.gz
freebsd-ports-gnome-3b9659658f57f39bc459c0835f4e03b107c5d991.tar.zst
freebsd-ports-gnome-3b9659658f57f39bc459c0835f4e03b107c5d991.zip
* Update to 0.87
* STAGE support Approved by: wg (mentor)
-rw-r--r--mail/sieve-connect/Makefile23
-rw-r--r--mail/sieve-connect/distinfo4
2 files changed, 11 insertions, 16 deletions
diff --git a/mail/sieve-connect/Makefile b/mail/sieve-connect/Makefile
index 94176a3994c4..2d32ebfc56d9 100644
--- a/mail/sieve-connect/Makefile
+++ b/mail/sieve-connect/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sieve-connect
-PORTVERSION= 0.86
+PORTVERSION= 0.87
CATEGORIES= mail
MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ \
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -20,29 +20,24 @@ RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
p5-IO-Socket-SSL>=1.14:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Mozilla-PublicSuffix>=0:${PORTSDIR}/dns/p5-Mozilla-PublicSuffix \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Net-SSLeay>=1.37:${PORTSDIR}/security/p5-Net-SSLeay \
p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
USES= perl5
USE_BZIP2= yes
-PLIST_FILES= bin/sieve-connect
-MAN1= sieve-connect.1
+PLIST_FILES= bin/sieve-connect \
+ man/man1/sieve-connect.1.gz
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= ChangeLog README.md TODO
-.endif
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/sieve-connect ${PREFIX}/bin/sieve-connect
+ ${INSTALL_SCRIPT} ${WRKSRC}/sieve-connect \
+ ${STAGEDIR}${PREFIX}/bin/sieve-connect
${INSTALL_MAN} ${WRKSRC}/sieve-connect.1 \
- ${MANPREFIX}/man/man1/sieve-connect.1
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
-.endif
+ ${STAGEDIR}${MANPREFIX}/man/man1/sieve-connect.1
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>
diff --git a/mail/sieve-connect/distinfo b/mail/sieve-connect/distinfo
index e0667f542810..36102f5b6f12 100644
--- a/mail/sieve-connect/distinfo
+++ b/mail/sieve-connect/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sieve-connect-0.86.tar.bz2) = e5c06573d97c90baf90b119fba9779463a10596b2b8fb67ecf43e597d878498c
-SIZE (sieve-connect-0.86.tar.bz2) = 36292
+SHA256 (sieve-connect-0.87.tar.bz2) = e3de80ab34994de0277fc7bf53b7c08e82db1a1f2762ddac4311d8191cea6c49
+SIZE (sieve-connect-0.87.tar.bz2) = 40023