From owner-svn-ports-head@FreeBSD.ORG Mon May 27 07:40:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 96C5BC17; Mon, 27 May 2013 07:40:09 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 889049B7; Mon, 27 May 2013 07:40:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4R7e9sT085269; Mon, 27 May 2013 07:40:09 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4R7e9WB085268; Mon, 27 May 2013 07:40:09 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305270740.r4R7e9WB085268@svn.freebsd.org> From: Boris Samorodov Date: Mon, 27 May 2013 07:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319164 - head/sysutils/gaffitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 07:40:09 -0000 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