Date: Fri, 7 Feb 2014 22:30:46 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343302 - in head/www/woof: . files Message-ID: <201402072230.s17MUkoJ044826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Feb 7 22:30:46 2014 New Revision: 343302 URL: http://svnweb.freebsd.org/changeset/ports/343302 QAT: https://qat.redports.org/buildarchive/r343302/ Log: - Update to version 2012.05.31 [1] - Stage support PR: ports/186234 [1] Submitted by: maintainer Deleted: head/www/woof/files/ Modified: head/www/woof/Makefile head/www/woof/distinfo Modified: head/www/woof/Makefile ============================================================================== --- head/www/woof/Makefile Fri Feb 7 22:22:52 2014 (r343301) +++ head/www/woof/Makefile Fri Feb 7 22:30:46 2014 (r343302) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= woof -PORTVERSION= 2009.12.27 +PORTVERSION= 2012.05.31 CATEGORIES= www MASTER_SITES= http://www.home.unix-ag.org/simon/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} @@ -18,18 +18,11 @@ USE_PYTHON= yes NO_BUILD= yes PLIST_FILES= bin/woof -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 270 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-woof-2009-12-27-python27.diff -.endif - do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${DISTFILES} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} ${PREFIX}/bin/woof + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} ${STAGEDIR}${PREFIX}/bin/woof -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/www/woof/distinfo ============================================================================== --- head/www/woof/distinfo Fri Feb 7 22:22:52 2014 (r343301) +++ head/www/woof/distinfo Fri Feb 7 22:30:46 2014 (r343302) @@ -1,2 +1,2 @@ -SHA256 (woof-2009-12-27.py) = 21086b67489381b477c9c0567b1d9f8b8f1deec12bd4e414969e3f155c1ff889 -SIZE (woof-2009-12-27.py) = 16810 +SHA256 (woof-2012-05-31.py) = d84353d07f768321a1921a67193510bf292cf0213295e8c7689176f32e945572 +SIZE (woof-2012-05-31.py) = 20284
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402072230.s17MUkoJ044826>