svn commit: r319164 - head/sysutils/gaffitter

Boris Samorodov bsam at FreeBSD.org
Mon May 27 07:40:09 UTC 2013


Author: bsam
Date: Mon May 27 07:40:09 2013
New Revision: 319164
URL: http://svnweb.freebsd.org/changeset/ports/319164

Log:
  . add LICENSE=GPLv3;
  . bump PORTREVISION;
  . trim Makefile headers;
  . remove the indefinite article from COMMENT.

Modified:
  head/sysutils/gaffitter/Makefile

Modified: head/sysutils/gaffitter/Makefile
==============================================================================
--- head/sysutils/gaffitter/Makefile	Mon May 27 07:28:26 2013	(r319163)
+++ head/sysutils/gaffitter/Makefile	Mon May 27 07:40:09 2013	(r319164)
@@ -1,18 +1,16 @@
-# ex:ts=8
-# Ports collection makefile for:	gaffitter
-# Date created:			13 Mar 2010
-# Whom:				corky1951 at comcast.net
-#
+# Created by: corky1951 at comcast.net
 # $FreeBSD$
-#
 
 PORTNAME=	gaffitter
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A bin packing utility that uses a genetic algorithm
+COMMENT=	Bin packing utility that uses a genetic algorithm
+
+LICENSE=	GPLv3 # or later
 
 USE_BZIP2=	yes
 


More information about the svn-ports-all mailing list