ports/96753: [PATCH] www/lifetype: update for versioned plugins and templates

Yen-Ming Lee leeym at FreeBSD.org
Thu May 4 08:00:34 UTC 2006


>Number:         96753
>Category:       ports
>Synopsis:       [PATCH] www/lifetype: update for versioned plugins and templates
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 04 08:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006
>Description:
- update for versioned plugins and templates

Port maintainer (clsung at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.75
>How-To-Repeat:
>Fix:

--- lifetype-1.0.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/lifetype/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	27 Apr 2006 04:09:26 -0000	1.11
+++ Makefile	4 May 2006 07:55:20 -0000
@@ -11,13 +11,14 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	lifetype
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
-		_all_plugins${EXTRACT_SUFX} \
-		_all_templates${EXTRACT_SUFX}
+		${PORTVERSION:R}__all_plugins${EXTRACT_SUFX} \
+		${PORTVERSION:R}__all_templates${EXTRACT_SUFX}
 
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	A PHP and MySQL based blogging platform
 
-IGNOREFILES=	_all_plugins${EXTRACT_SUFX} _all_templates${EXTRACT_SUFX}
+IGNOREFILES=	${PORTVERSION:R}__all_plugins${EXTRACT_SUFX} \
+		${PORTVERSION:R}__all_templates${EXTRACT_SUFX}
 
 USE_ZIP=	YES
 
@@ -54,7 +55,7 @@
 
 post-extract:
 .for x in plugins templates
-	cd ${WRKSRC}/${x} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/_all_${x}${EXTRACT_SUFX}
+	cd ${WRKSRC}/${x} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${PORTVERSION:R}__all_${x}${EXTRACT_SUFX}
 .endfor
 
 .if defined(WITH_BIG5)
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/lifetype/distinfo,v
retrieving revision 1.9
diff -u -u -r1.9 distinfo
--- distinfo	27 Apr 2006 04:09:26 -0000	1.9
+++ distinfo	4 May 2006 07:55:20 -0000
@@ -1,7 +1,7 @@
 MD5 (lifetype-1.0.4.zip) = 3d3b19a4f3e777b2e5bffdf3d8c6c1b3
 SHA256 (lifetype-1.0.4.zip) = 535477c81d7f56a64d6a7703c7282bb867cc2efe26f5a9df93407c63321011f4
 SIZE (lifetype-1.0.4.zip) = 3245485
-MD5 (_all_plugins.zip) = IGNORE
-SHA256 (_all_plugins.zip) = IGNORE
-MD5 (_all_templates.zip) = IGNORE
-SHA256 (_all_templates.zip) = IGNORE
+MD5 (1.0__all_plugins.zip) = IGNORE
+SHA256 (1.0__all_plugins.zip) = IGNORE
+MD5 (1.0__all_templates.zip) = IGNORE
+SHA256 (1.0__all_templates.zip) = IGNORE
--- lifetype-1.0.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list