Date: Sat, 27 Sep 2014 12:13:30 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369387 - in head: deskutils/cairo-dock-plugins mail/claws-mail mail/libetpan Message-ID: <201409271213.s8RCDUGV024831@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Sep 27 12:13:29 2014 New Revision: 369387 URL: http://svnweb.freebsd.org/changeset/ports/369387 QAT: https://qat.redports.org/buildarchive/r369387/ Log: Fix USES=autoreconf conversion Reported by: antoine Modified: head/deskutils/cairo-dock-plugins/Makefile head/mail/claws-mail/Makefile head/mail/libetpan/Makefile Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Sat Sep 27 10:58:46 2014 (r369386) +++ head/deskutils/cairo-dock-plugins/Makefile Sat Sep 27 12:13:29 2014 (r369387) @@ -2,7 +2,7 @@ PORTNAME= cairo-dock-plugins DISTVERSION= 3.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= https://launchpadlibrarian.net/137290159/ \ http://pazzle.otdux.com.ua/ Modified: head/mail/claws-mail/Makefile ============================================================================== --- head/mail/claws-mail/Makefile Sat Sep 27 10:58:46 2014 (r369386) +++ head/mail/claws-mail/Makefile Sat Sep 27 12:13:29 2014 (r369387) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client Modified: head/mail/libetpan/Makefile ============================================================================== --- head/mail/libetpan/Makefile Sat Sep 27 10:58:46 2014 (r369386) +++ head/mail/libetpan/Makefile Sat Sep 27 12:13:29 2014 (r369387) @@ -3,7 +3,7 @@ PORTNAME= libetpan PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail ipv6 MAINTAINER= pawel@FreeBSD.org @@ -19,7 +19,8 @@ USE_GITHUB= yes GH_ACCOUNT= dinhviethoa GH_COMMIT= 34bab37 -USES= autoreconf:build gmake iconv libtool +USES= autoreconf gmake iconv libtool +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes @@ -41,6 +42,6 @@ OPENSSL_CONFIGURE_ON= --with-openssl="${ OPENSSL_USE= OPENSSL=yes pre-configure: - (cd ${WRKSRC} && ./autogen.sh) + (cd ${WRKSRC} && ${LN} -s README.md README) .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409271213.s8RCDUGV024831>