Date: Tue, 25 Sep 2012 11:16:06 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304830 - head/misc/nut Message-ID: <201209251116.q8PBG6mB020383@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Sep 25 11:16:05 2012 New Revision: 304830 URL: http://svn.freebsd.org/changeset/ports/304830 Log: - Update to 17.12 - Remove LICENSE_FILE (unneeded for standard GPL 2) - Drop maintainership (could not get upstream to provide a ChangeLog, which makes it too time-consuming for me to track changes after each new release) Modified: head/misc/nut/Makefile head/misc/nut/distinfo Modified: head/misc/nut/Makefile ============================================================================== --- head/misc/nut/Makefile Tue Sep 25 11:14:42 2012 (r304829) +++ head/misc/nut/Makefile Tue Sep 25 11:16:05 2012 (r304830) @@ -1,21 +1,16 @@ -# New ports collection makefile for: nut -# Date created: Tue Apr 29 12:45:30 GMT 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# +# Created by: Kirill Ponomarew <ponomarew@oberon.net> # $FreeBSD$ -# PORTNAME= nut -PORTVERSION= 17.10 +PORTVERSION= 17.12 CATEGORIES= misc MASTER_SITES= SF PKGNAMEPREFIX= health- -MAINTAINER= culot@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Nutrition software to record what you eat LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/LICENSE USE_GMAKE= yes MAKE_JOBS_SAFE= yes Modified: head/misc/nut/distinfo ============================================================================== --- head/misc/nut/distinfo Tue Sep 25 11:14:42 2012 (r304829) +++ head/misc/nut/distinfo Tue Sep 25 11:16:05 2012 (r304830) @@ -1,2 +1,2 @@ -SHA256 (nut-17.10.tar.gz) = 3ef0e3f8f92bb54c2c87c02a355f439596dfa3d0655609e4464f4a2a07d01c45 -SIZE (nut-17.10.tar.gz) = 1273099 +SHA256 (nut-17.12.tar.gz) = b2fbaa92cbb0351efc4b9a679c6fddb31ba56dd87c798fafecff12d21bb7d669 +SIZE (nut-17.12.tar.gz) = 1274051
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209251116.q8PBG6mB020383>