Date: Mon, 3 Dec 2012 21:09:57 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308174 - head/ports-mgmt/p5-FreeBSD-Portindex Message-ID: <201212032109.qB3L9vNT046349@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Mon Dec 3 21:09:56 2012 New Revision: 308174 URL: http://svnweb.freebsd.org/changeset/ports/308174 Log: Update to 3.0 - Trim Makefile headers - Changes: This is a routine bugfix release without major code modifications. However a change to the cached data will require cache-init to be run to update the cache contents. - Fix detection of ports that use options with OPTIONSng. Problem reported by Ion-Mihai Tetcu <itetcu@FreeBSD.org> - Employ 'use parent' pragma for defining inheritance Feature safe: yes Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile head/ports-mgmt/p5-FreeBSD-Portindex/distinfo Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Mon Dec 3 21:07:36 2012 (r308173) +++ head/ports-mgmt/p5-FreeBSD-Portindex/Makefile Mon Dec 3 21:09:56 2012 (r308174) @@ -1,11 +1,8 @@ -# New ports collection Makefile for: FreeBSD::Portindex -# Date created: 5 Nov 2004 -# Whom: Matthew Seaman <m.seaman@infracaninophile.co.uk> -# +# Created by: Matthew Seaman # $FreeBSD$ PORTNAME= FreeBSD-Portindex -PORTVERSION= 2.9 +PORTVERSION= 3.0 CATEGORIES= ports-mgmt perl5 MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ PKGNAMEPREFIX= p5- Modified: head/ports-mgmt/p5-FreeBSD-Portindex/distinfo ============================================================================== --- head/ports-mgmt/p5-FreeBSD-Portindex/distinfo Mon Dec 3 21:07:36 2012 (r308173) +++ head/ports-mgmt/p5-FreeBSD-Portindex/distinfo Mon Dec 3 21:09:56 2012 (r308174) @@ -1,2 +1,2 @@ -SHA256 (FreeBSD-Portindex-2.9.tar.xz) = 04e661a43da7bb2ded2e337ce246ad824268c6d942c27442a95df0b6069e2ba6 -SIZE (FreeBSD-Portindex-2.9.tar.xz) = 56728 +SHA256 (FreeBSD-Portindex-3.0.tar.xz) = 2d7ac7c87e4ed4bc0e13a8abe15914f98dfb27267fd56887138232ec5b9239a7 +SIZE (FreeBSD-Portindex-3.0.tar.xz) = 57096
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212032109.qB3L9vNT046349>