diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-04-17 12:53:32 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-04-17 12:53:32 +0000 |
commit | 7914d4e70292aff96a264bdd6927e5cf87a06641 (patch) | |
tree | aed98c801d876cb24943b49b467029eaaecd792e | |
parent | ac3133e0fe09d9daaa60e3529fea6cec7212c3c9 (diff) | |
download | ports-7914d4e70292aff96a264bdd6927e5cf87a06641.tar.gz ports-7914d4e70292aff96a264bdd6927e5cf87a06641.zip |
Notes
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 12 | ||||
-rw-r--r-- | mail/opensmtpd-devel/distinfo | 4 | ||||
-rw-r--r-- | mail/opensmtpd-devel/pkg-plist | 1 |
3 files changed, 5 insertions, 12 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 6711ddc78687..60815535d24e 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opensmtpd -PORTVERSION= 201403051040 +PORTVERSION= 201404151432 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ @@ -16,7 +16,7 @@ COMMENT= OpenSMTPD is a free MTA (development snapshot) LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent OPENSMTPD_SNAPSHOT_VER= p1 @@ -66,14 +66,8 @@ PAM_CONFIGURE_ON= --with-pam --with-pam-service=smtpd REDIS_LIB_DEPENDS= hiredis:${PORTSDIR}/databases/hiredis REDIS_CONFIGURE_ON= --with-experimental-redis -.include <bsd.port.options.mk> - -USE_OPENSSL= yes - -# FreeBSD 7.3 and earlier need to use OpenSSL from ports -.if ${OSVERSION} < 704000 +USE_OPENSSL= yes WITH_OPENSSL_PORT= yes -.endif post-deinstall: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-DEINSTALL diff --git a/mail/opensmtpd-devel/distinfo b/mail/opensmtpd-devel/distinfo index 8c7c47c9caa1..60c936ad4f8e 100644 --- a/mail/opensmtpd-devel/distinfo +++ b/mail/opensmtpd-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (opensmtpd-201403051040p1.tar.gz) = 1887c361ff18357d03c319263097b162bc67bd07031649e5c72365fc1a967d1b -SIZE (opensmtpd-201403051040p1.tar.gz) = 892373 +SHA256 (opensmtpd-201404151432p1.tar.gz) = 793c9fd3abf046103c55190e561e7ddec7369e0acac3031974734162c72977bf +SIZE (opensmtpd-201404151432p1.tar.gz) = 883995 diff --git a/mail/opensmtpd-devel/pkg-plist b/mail/opensmtpd-devel/pkg-plist index cf287cf2175e..512938b25c03 100644 --- a/mail/opensmtpd-devel/pkg-plist +++ b/mail/opensmtpd-devel/pkg-plist @@ -17,7 +17,6 @@ libexec/opensmtpd/filter-dnsbl libexec/opensmtpd/filter-monkey libexec/opensmtpd/filter-stub libexec/opensmtpd/filter-trace -libexec/opensmtpd/filter-void libexec/opensmtpd/encrypt sbin/smtpctl sbin/smtpd |