Date: Sun, 17 Aug 2014 16:08:20 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365199 - in head: mail/balsa mail/esmtp mail/libesmtp mail/pecl-esmtp mail/spmfilter net-mgmt/collectd net-mgmt/collectd5 net/linknx sysutils/geomWatch sysutils/syslog-ng sysutils/sysl... Message-ID: <201408171608.s7HG8KWB084650@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Aug 17 16:08:20 2014 New Revision: 365199 URL: http://svnweb.freebsd.org/changeset/ports/365199 QAT: https://qat.redports.org/buildarchive/r365199/ Log: mail/libesmtp: - Convert to USES=libtool and bump dependent ports - Use option helpers - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Add INSTALL_TARGET=install-strip Modified: head/mail/balsa/Makefile head/mail/esmtp/Makefile head/mail/libesmtp/Makefile head/mail/libesmtp/pkg-plist head/mail/pecl-esmtp/Makefile head/mail/spmfilter/Makefile head/net-mgmt/collectd/Makefile head/net-mgmt/collectd5/Makefile head/net/linknx/Makefile head/sysutils/geomWatch/Makefile head/sysutils/syslog-ng-devel/Makefile head/sysutils/syslog-ng/Makefile head/sysutils/syslog-ng34/Makefile Modified: head/mail/balsa/Makefile ============================================================================== --- head/mail/balsa/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/mail/balsa/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -4,7 +4,7 @@ PORTNAME= balsa PORTVERSION= 2.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ Modified: head/mail/esmtp/Makefile ============================================================================== --- head/mail/esmtp/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/mail/esmtp/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= esmtp PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF Modified: head/mail/libesmtp/Makefile ============================================================================== --- head/mail/libesmtp/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/mail/libesmtp/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,6 +3,7 @@ PORTNAME= libesmtp PORTVERSION= 1.0.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ @@ -13,35 +14,23 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for posting electronic mail LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB OPTIONS_DEFINE= OPENSSL DEBUG DOCS EXAMPLES -OPTIONS_DEFAULT= OPENSSL +OPTIONS_DEFAULT=OPENSSL +OPTIONS_SUB= yes -USES= gmake tar:bzip2 -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ +DEBUG_CONFIGURE_ENABLE= debug +OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} +OPENSSL_USE= openssl + +GNU_CONFIGURE= yes # require-all-recipients (implied by enable-all) is required for Balsa CONFIGURE_ARGS= --enable-all --disable-isoc +INSTALL_TARGET= install-strip +USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MOPENSSL} -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} -PLIST_SUB+= NEED_OPENSSL="" -.else -CONFIGURE_ARGS+= --without-openssl -PLIST_SUB+= NEED_OPENSSL="@comment " -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug -.endif - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS Notes README TODO Modified: head/mail/libesmtp/pkg-plist ============================================================================== --- head/mail/libesmtp/pkg-plist Sun Aug 17 16:05:23 2014 (r365198) +++ head/mail/libesmtp/pkg-plist Sun Aug 17 16:08:20 2014 (r365199) @@ -3,21 +3,17 @@ include/auth-client.h include/auth-plugin.h include/libesmtp.h lib/esmtp-plugins/sasl-cram-md5.a -lib/esmtp-plugins/sasl-cram-md5.la lib/esmtp-plugins/sasl-cram-md5.so lib/esmtp-plugins/sasl-login.a -lib/esmtp-plugins/sasl-login.la lib/esmtp-plugins/sasl-login.so -%%NEED_OPENSSL%%lib/esmtp-plugins/sasl-ntlm.a -%%NEED_OPENSSL%%lib/esmtp-plugins/sasl-ntlm.la -%%NEED_OPENSSL%%lib/esmtp-plugins/sasl-ntlm.so +%%OPENSSL%%lib/esmtp-plugins/sasl-ntlm.a +%%OPENSSL%%lib/esmtp-plugins/sasl-ntlm.so lib/esmtp-plugins/sasl-plain.a -lib/esmtp-plugins/sasl-plain.la lib/esmtp-plugins/sasl-plain.so lib/libesmtp.a -lib/libesmtp.la lib/libesmtp.so -lib/libesmtp.so.7 +lib/libesmtp.so.6 +lib/libesmtp.so.6.1.6 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS Modified: head/mail/pecl-esmtp/Makefile ============================================================================== --- head/mail/pecl-esmtp/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/mail/pecl-esmtp/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= esmtp PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/mail/spmfilter/Makefile ============================================================================== --- head/mail/spmfilter/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/mail/spmfilter/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -2,7 +2,7 @@ PORTNAME= spmfilter PORTVERSION= 0.6.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/files/ Modified: head/net-mgmt/collectd/Makefile ============================================================================== --- head/net-mgmt/collectd/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/net-mgmt/collectd/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/net-mgmt/collectd5/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ PKGNAMESUFFIX= 5 Modified: head/net/linknx/Makefile ============================================================================== --- head/net/linknx/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/net/linknx/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= linknx PORTVERSION= 0.0.1.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/sysutils/geomWatch/Makefile ============================================================================== --- head/sysutils/geomWatch/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/sysutils/geomWatch/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= geomWatch PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \ http://bk.macroblock.net/${PORTNAME}/ Modified: head/sysutils/syslog-ng-devel/Makefile ============================================================================== --- head/sysutils/syslog-ng-devel/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/sysutils/syslog-ng-devel/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.6.0a2 -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -devel CATEGORIES= sysutils DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/sysutils/syslog-ng/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) DISTFILES= syslog-ng_${DISTVERSION}.tar.gz Modified: head/sysutils/syslog-ng34/Makefile ============================================================================== --- head/sysutils/syslog-ng34/Makefile Sun Aug 17 16:05:23 2014 (r365198) +++ head/sysutils/syslog-ng34/Makefile Sun Aug 17 16:08:20 2014 (r365199) @@ -3,7 +3,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.4.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) PKGNAMESUFFIX= 34
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171608.s7HG8KWB084650>