svn commit: r369387 - in head: deskutils/cairo-dock-plugins mail/claws-mail mail/libetpan

Pawel Pekala pawel at FreeBSD.org
Sat Sep 27 12:13:31 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list