From owner-svn-ports-head@FreeBSD.ORG Wed Jan 2 03:35:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE1A875E; Wed, 2 Jan 2013 03:35:21 +0000 (UTC) (envelope-from kevlo@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 79BF58FC0A; Wed, 2 Jan 2013 03:35:21 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r023ZLhA003489; Wed, 2 Jan 2013 03:35:21 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r023ZLdh003486; Wed, 2 Jan 2013 03:35:21 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201301020335.r023ZLdh003486@svn.freebsd.org> From: Kevin Lo Date: Wed, 2 Jan 2013 03:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309799 - head/www/hotcrp 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: Wed, 02 Jan 2013 03:35:21 -0000 Author: kevlo Date: Wed Jan 2 03:35:20 2013 New Revision: 309799 URL: http://svnweb.freebsd.org/changeset/ports/309799 Log: Update to 2.55. Modified: head/www/hotcrp/Makefile head/www/hotcrp/distinfo Modified: head/www/hotcrp/Makefile ============================================================================== --- head/www/hotcrp/Makefile Wed Jan 2 02:12:16 2013 (r309798) +++ head/www/hotcrp/Makefile Wed Jan 2 03:35:20 2013 (r309799) @@ -1,12 +1,7 @@ -# New ports collection makefile for: hotcrp -# Date created: 26 April 2011 -# Whom: Kevin Lo -# # $FreeBSD$ -# PORTNAME= hotcrp -PORTVERSION= 2.52 +PORTVERSION= 2.55 CATEGORIES= www MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ @@ -38,9 +33,11 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} - @${FIND} -s -d ${WWWDIR} -type f -print | \ - ${SED} -e "s#${PREFIX}/##g" >> ${TMPPLIST} - @${FIND} -s -d ${WWWDIR} -type d -print | \ - ${SED} -E -e "s#${PREFIX}/#@dirrm #g" >> ${TMPPLIST} + @cd ${WRKSRC} && \ + ${FIND} -s -d . -type f -print | \ + ${SED} -e "s#^\.#${WWWDIR_REL}#" >> ${TMPPLIST} + @cd ${WRKSRC} && \ + ${FIND} -s -d . -type d -print | \ + ${SED} -e "s#^\.#@dirrm ${WWWDIR_REL}#" >> ${TMPPLIST} .include Modified: head/www/hotcrp/distinfo ============================================================================== --- head/www/hotcrp/distinfo Wed Jan 2 02:12:16 2013 (r309798) +++ head/www/hotcrp/distinfo Wed Jan 2 03:35:20 2013 (r309799) @@ -1,2 +1,2 @@ -SHA256 (hotcrp-2.52.tar.gz) = fbfd5c68e9602f42a27a34069311076a533efee894a8c32a351cbd46de31dd39 -SIZE (hotcrp-2.52.tar.gz) = 536402 +SHA256 (hotcrp-2.55.tar.gz) = a198c1ddf6fed754044d6630f69e4b68ba092f8a4da2eb4dc1e53609471dd639 +SIZE (hotcrp-2.55.tar.gz) = 548380