From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 12:13:31 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A8CC375; Sat, 27 Sep 2014 12:13:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF3ED7CF; Sat, 27 Sep 2014 12:13:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RCDURj024834; Sat, 27 Sep 2014 12:13:30 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RCDUGV024831; Sat, 27 Sep 2014 12:13:30 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201409271213.s8RCDUGV024831@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 27 Sep 2014 12:13:30 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 12:13:31 -0000 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