Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2013 03:35:21 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309799 - head/www/hotcrp
Message-ID:  <201301020335.r023ZLdh003486@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <kevlo@FreeBSD.org>
-#
 # $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301020335.r023ZLdh003486>