From owner-svn-ports-head@FreeBSD.ORG Fri Feb 7 22:30:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02047EE2; Fri, 7 Feb 2014 22:30:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1997108D; Fri, 7 Feb 2014 22:30:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s17MUk8L044830; Fri, 7 Feb 2014 22:30:46 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s17MUkoJ044826; Fri, 7 Feb 2014 22:30:46 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201402072230.s17MUkoJ044826@svn.freebsd.org> From: Pawel Pekala Date: Fri, 7 Feb 2014 22:30:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343302 - in head/www/woof: . files 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.17 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: Fri, 07 Feb 2014 22:30:47 -0000 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 - -.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 +.include 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