Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2013 23:40:57 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316012 - in head: audio/wildmidi databases/godis databases/gomysql databases/gosqlite3 devel/goprotobuf devel/ocaml-cppo devel/prettygo java/jboss7 www/webgo x11-themes/icons-tango
Message-ID:  <201304172340.r3HNevKb005507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Wed Apr 17 23:40:57 2013
New Revision: 316012
URL: http://svnweb.freebsd.org/changeset/ports/316012

Log:
  - Remove USE_GZIP (it's default)
  - Remove USE_GO (unused after r296612)
  - Convert Makefile headers to new style
  
  Approved by: portmgr (bapt)
  Feature safe: yes

Modified:
  head/audio/wildmidi/Makefile   (contents, props changed)
  head/databases/godis/Makefile   (contents, props changed)
  head/databases/gomysql/Makefile   (contents, props changed)
  head/databases/gosqlite3/Makefile   (contents, props changed)
  head/devel/goprotobuf/Makefile   (contents, props changed)
  head/devel/ocaml-cppo/Makefile   (contents, props changed)
  head/devel/prettygo/Makefile   (contents, props changed)
  head/java/jboss7/Makefile
  head/www/webgo/Makefile   (contents, props changed)
  head/x11-themes/icons-tango/Makefile

Modified: head/audio/wildmidi/Makefile
==============================================================================
--- head/audio/wildmidi/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/audio/wildmidi/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wildmidi
-# Date created:				02 Aug 2010
-# Whom:					SimaMoto,RyoTa <liangtai.s4@gmail.com>
-#
+# Created by: SimaMoto,RyoTa <liangtai.s4@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	wildmidi
 PORTVERSION=	0.2.3.5
@@ -20,7 +16,6 @@ LICENSE_COMB=	multi
 
 MAKE_JOBS_UNSAFE=	yes
 
-USE_GZIP=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/databases/godis/Makefile
==============================================================================
--- head/databases/godis/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/databases/godis/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -9,7 +9,6 @@ MASTER_SITES=	LOCAL/jlaffaye
 MAINTAINER=	gblach@FreeBSD.org
 COMMENT=	A Redis client library written in Go
 
-USE_GO=		yes
 GO_PKGNAME=	${SUBLIBDIR}/${PORTNAME}
 
 SUBLIBDIR=	github.com/simonz05

Modified: head/databases/gomysql/Makefile
==============================================================================
--- head/databases/gomysql/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/databases/gomysql/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gomysql
-# Date created:				Dec 06, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	gomysql
 PORTVERSION=	0.3.2
@@ -20,8 +16,6 @@ BROKEN=		Does not compile with go1
 WRKSRC=		${WRKDIR}/Philio-GoMySQL-f1112aa
 PLIST_FILES=	${GO_LIBDIR}/mysql.a
 
-USE_GO=		yes
-
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/lang/go/files/bsd.go.mk"
 .include <bsd.port.post.mk>

Modified: head/databases/gosqlite3/Makefile
==============================================================================
--- head/databases/gosqlite3/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/databases/gosqlite3/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	gosqlite3
-# Date created:				Apr 11, 2011
-# Whom:					Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	gosqlite3
 PORTVERSION=	20120330
@@ -15,7 +11,6 @@ COMMENT=	A Go interface for SQLite3
 
 LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
 
-USE_GO=		yes
 GO_PKGNAME=	${SUBLIBDIR}/${PORTNAME}
 
 SUBLIBDIR=	github.com/kuroneko

Modified: head/devel/goprotobuf/Makefile
==============================================================================
--- head/devel/goprotobuf/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/devel/goprotobuf/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	goprotobuf
-# Date created:		2012-01-22
-# Whom:			Michael Johnson <ahze@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	goprotobuf
 PORTVERSION=	20120409
@@ -17,7 +13,6 @@ LICENSE=	BSD
 
 RUN_DEPENDS=	protoc:${PORTSDIR}/devel/protobuf
 
-USE_GO=		yes
 GO_PKGNAME=	code.google.com/p/goprotobuf
 GO_TARGET=	${GO_PKGNAME}/proto ${GO_PKGNAME}/protoc-gen-go
 

Modified: head/devel/ocaml-cppo/Makefile
==============================================================================
--- head/devel/ocaml-cppo/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/devel/ocaml-cppo/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	cppo
-# Date created:			2011-12-26
-# Whom:				Michael Grunewald
-#
+# Created by: Michael Grunewald
 # $FreeBSD$
-#
 
 PORTNAME=	cppo
 PORTVERSION=	0.9.2
@@ -14,7 +10,6 @@ PKGNAMEPREFIX=	ocaml-
 MAINTAINER=	michael.grunewald@laposte.net
 COMMENT=	A simple preprocessor for OCaml
 
-USE_GZIP=	yes
 USE_GMAKE=	yes
 USE_OCAML=	yes
 MAKE_JOBS_UNSAFE=	yes

Modified: head/devel/prettygo/Makefile
==============================================================================
--- head/devel/prettygo/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/devel/prettygo/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -9,7 +9,6 @@ MASTER_SITES=	LOCAL/jlaffaye
 MAINTAINER=	gblach@FreeBSD.org
 COMMENT=	Pretty-printing package for go values
 
-USE_GO=		yes
 GO_PKGNAME=	github.com/kr/pretty
 
 SUBLIBDIR=	github.com/kr

Modified: head/java/jboss7/Makefile
==============================================================================
--- head/java/jboss7/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/java/jboss7/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -23,7 +23,6 @@ USER=		www
 GROUP=		www
 DIST_SUBDIR=	${DISTNAME}
 NO_BUILD=	yes
-USE_GZIP=	yes
 
 .include <bsd.port.pre.mk>
 

Modified: head/www/webgo/Makefile
==============================================================================
--- head/www/webgo/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/www/webgo/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	webgo
-# Date created:				Nov 22, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	webgo
 PORTVERSION=	0.1.0.${SVNVERSION}
@@ -16,7 +12,6 @@ COMMENT=	Simplest way to write web appli
 
 SVNVERSION=	20120419
 
-USE_GO=		yes
 GO_PKGNAME=	${SUBLIBDIR}/web
 
 SUBLIBDIR=	github.com/hoisie

Modified: head/x11-themes/icons-tango/Makefile
==============================================================================
--- head/x11-themes/icons-tango/Makefile	Wed Apr 17 22:25:38 2013	(r316011)
+++ head/x11-themes/icons-tango/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
@@ -16,7 +16,6 @@ BUILD_DEPENDS=	${LOCALBASE}/libexec/icon
 		Magick-config:${PORTSDIR}/graphics/ImageMagick
 
 GNU_CONFIGURE=	yes
-USE_GZIP=	yes
 USE_GMAKE=	yes
 USE_GNOME=	intlhack
 USES+=		pathfix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304172340.r3HNevKb005507>