Date: Fri, 23 Aug 2013 22:10:03 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325282 - head/mail/dbmail Message-ID: <201308232210.r7NMA3fT022585@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Aug 23 22:10:03 2013 New Revision: 325282 URL: http://svnweb.freebsd.org/changeset/ports/325282 Log: - Update to 3.1.3 - Remove uneeded DEBUG flags - Convert to new LIB_DEPENDS format - Convert to USES=gmake Check share/doc/dbmail/UPGRADING for updating details. PR: ports/180963 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Modified: head/mail/dbmail/Makefile head/mail/dbmail/distinfo (contents, props changed) Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Fri Aug 23 21:33:59 2013 (r325281) +++ head/mail/dbmail/Makefile Fri Aug 23 22:10:03 2013 (r325282) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dbmail -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.3 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/3.1/ @@ -11,10 +11,14 @@ COMMENT= SQL database-based mail system LICENSE= GPLv2 -LIB_DEPENDS= gmime-2.6:${PORTSDIR}/mail/gmime26 \ - zdb:${PORTSDIR}/databases/libzdb \ - mhash:${PORTSDIR}/security/mhash \ - event-2:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \ + libzdb.so:${PORTSDIR}/databases/libzdb \ + libmhash.so:${PORTSDIR}/security/mhash \ + libevent-2.0.so:${PORTSDIR}/devel/libevent2 + +BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ + xmlto:${PORTSDIR}/textproc/xmlto \ + ${LOCALBASE}/share/sgml/docbook/4.5:${PORTSDIR}/textproc/docbook-450 CONFLICTS= dbmail-2.* @@ -24,21 +28,14 @@ SIEVE_DESC= Build with support for Sieve .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto -.endif - USE_AUTOTOOLS= libtool autoheader autoconf -USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved USE_OPENSSL= yes -USES= shebangfix +USES= gmake shebangfix SHEBANG_FILES= man/fixsp.pl -WITH_DEBUG= yes -CFLAGS+= -fPIC ${PTHREAD_CFLAGS} -DDEBUG +CFLAGS+= -fPIC ${PTHREAD_CFLAGS} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ARGS+= --with-zdb=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc @@ -69,7 +66,7 @@ PLIST_SUB+= PORTDOCS="" .if ${PORT_OPTIONS:MSIEVE} CONFIGURE_ARGS+=--with-sieve=${LOCALBASE} -LIB_DEPENDS+= sieve:${PORTSDIR}/mail/libsieve +LIB_DEPENDS+= libsieve.so:${PORTSDIR}/mail/libsieve PLIST_SUB+= SIEVE="" .else CONFIGURE_ARGS+=--without-sieve Modified: head/mail/dbmail/distinfo ============================================================================== --- head/mail/dbmail/distinfo Fri Aug 23 21:33:59 2013 (r325281) +++ head/mail/dbmail/distinfo Fri Aug 23 22:10:03 2013 (r325282) @@ -1,2 +1,2 @@ -SHA256 (dbmail-3.1.1.tar.gz) = 4df9f3a8d13af3a5f41dfab480f89a9e338b025e36e42cb76dc4f34b242ac1e0 -SIZE (dbmail-3.1.1.tar.gz) = 2398581 +SHA256 (dbmail-3.1.3.tar.gz) = 508d288f3c5690387eeed94669f96cbd4cc686066bfd4cb9a5f97ec63c7ca304 +SIZE (dbmail-3.1.3.tar.gz) = 2392630
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308232210.r7NMA3fT022585>