aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-05-27 15:40:09 +0800
committerbsam <bsam@FreeBSD.org>2013-05-27 15:40:09 +0800
commita016808215116debec28c4369f9eee4432e5c0bf (patch)
tree492e4b28feaa3fb3ee6e9e80c9fd39271f1e1f3b /sysutils
parent774e16a15384e640d7358a7be0b6034f494a272c (diff)
downloadfreebsd-ports-gnome-a016808215116debec28c4369f9eee4432e5c0bf.tar.gz
freebsd-ports-gnome-a016808215116debec28c4369f9eee4432e5c0bf.tar.zst
freebsd-ports-gnome-a016808215116debec28c4369f9eee4432e5c0bf.zip
. add LICENSE=GPLv3;
. bump PORTREVISION; . trim Makefile headers; . remove the indefinite article from COMMENT.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gaffitter/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/gaffitter/Makefile b/sysutils/gaffitter/Makefile
index 9e376f0191c3..192bb714caae 100644
--- a/sysutils/gaffitter/Makefile
+++ b/sysutils/gaffitter/Makefile
@@ -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