Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 07:40:09 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319164 - head/sysutils/gaffitter
Message-ID:  <201305270740.r4R7e9WB085268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@comcast.net
-#
+# Created by: corky1951@comcast.net
 # $FreeBSD$
-#
 
 PORTNAME=	gaffitter
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 
 MAINTAINER=	ports@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
 



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