From owner-svn-ports-all@FreeBSD.ORG Wed Oct 30 05:09:23 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 968F762C; Wed, 30 Oct 2013 05:09:23 +0000 (UTC) (envelope-from eadler@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A3DE23D2; Wed, 30 Oct 2013 05:09:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9U59Nj9015965; Wed, 30 Oct 2013 05:09:23 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9U59M2t015961; Wed, 30 Oct 2013 05:09:22 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201310300509.r9U59M2t015961@svn.freebsd.org> From: Eitan Adler Date: Wed, 30 Oct 2013 05:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332066 - in head/comms: bforce-kst efax gsmlib yaps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 05:09:23 -0000 Author: eadler Date: Wed Oct 30 05:09:22 2013 New Revision: 332066 URL: http://svnweb.freebsd.org/changeset/ports/332066 Log: - Perform general cleanup: - remove sole DOCS option - USE_GMAKE -> USES=gmake - fix comment Modified: head/comms/bforce-kst/Makefile head/comms/efax/Makefile head/comms/gsmlib/Makefile head/comms/yaps/Makefile Modified: head/comms/bforce-kst/Makefile ============================================================================== --- head/comms/bforce-kst/Makefile Wed Oct 30 05:08:18 2013 (r332065) +++ head/comms/bforce-kst/Makefile Wed Oct 30 05:09:22 2013 (r332066) @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-0.22.8.kst7 MAINTAINER= ports@FreeBSD.org COMMENT= Simple ifcico like Fidonet technology mailer -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONTRIBS= bfha/README bfha/bfha.pl bflan callout.sh outman timesync.tcl \ Modified: head/comms/efax/Makefile ============================================================================== --- head/comms/efax/Makefile Wed Oct 30 05:08:18 2013 (r332065) +++ head/comms/efax/Makefile Wed Oct 30 05:09:22 2013 (r332066) @@ -12,7 +12,7 @@ COMMENT= Fax send/receive program RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage -USE_GMAKE= YES +USES= gmake MAN1= fax.1 \ efax.1 \ efix.1 @@ -24,8 +24,6 @@ MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PRO CONFLICTS= efax-gtk-* -OPTIONS_DEFINE= DOCS - NO_STAGE= yes post-build: ${MV} ${WRKSRC}/fax ${WRKSRC}/fax.orig Modified: head/comms/gsmlib/Makefile ============================================================================== --- head/comms/gsmlib/Makefile Wed Oct 30 05:08:18 2013 (r332065) +++ head/comms/gsmlib/Makefile Wed Oct 30 05:09:22 2013 (r332066) @@ -11,10 +11,10 @@ MASTER_SITES= DEBIAN DISTFILES= gsmlib_1.10.orig.tar.gz MAINTAINER= ports@FreeBSD.org -COMMENT= A library to access GSM mobile phones through GSM modems +COMMENT= Library to access GSM mobile phones through GSM modems USE_GNOME= lthack -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes Modified: head/comms/yaps/Makefile ============================================================================== --- head/comms/yaps/Makefile Wed Oct 30 05:08:18 2013 (r332065) +++ head/comms/yaps/Makefile Wed Oct 30 05:09:22 2013 (r332066) @@ -13,7 +13,7 @@ COMMENT= Yet Another Pager Software: sen LICENSE= GPLv2 -USE_GMAKE= true +USES= gmake MAN1= yaps.1 PLIST_FILES= bin/yaps etc/yaps.rc.sample