Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2007 19:06:12 GMT
From:      skv@FreeBSD.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116751: Update port: www/p5-ClearSilver to 0.10.5
Message-ID:  <200709291906.l8TJ6CVd008452@freefall.freebsd.org>
Resent-Message-ID: <200709291910.l8TJA1TF008688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116751
>Category:       ports
>Synopsis:       Update port: www/p5-ClearSilver to 0.10.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 29 19:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update port: www/p5-ClearSilver to 0.10.5

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-ClearSilver/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	28 Mar 2007 08:26:41 -0000	1.2
+++ Makefile	29 Sep 2007 16:15:48 -0000
@@ -6,21 +6,24 @@
 #
 
 PORTNAME=	ClearSilver
-PORTVERSION=	0.10.4
+PORTVERSION=	0.10.5
 CATEGORIES=	www perl5
-MASTER_SITES=	http://www.clearsilver.net/downloads/
 PKGNAMEPREFIX=	p5-
-DISTNAME=	clearsilver-${PORTVERSION}
+DISTFILES=
 
 MAINTAINER=	rink@FreeBSD.org
 COMMENT=	Perl bindings for fast and powerful template system
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
+BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/www/clearsilver:extract
+RUN_DEPENDS=	${LOCALBASE}/bin/cstest:${PORTSDIR}/www/clearsilver
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/perl
 PERL_CONFIGURE=	yes
 CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include/ClearSilver"
 
 MAN3=		ClearSilver.3
 
+post-extract:
+	@${LN} -sfh \
+	`cd ${PORTSDIR}/www/clearsilver && ${MAKE} -V WRKSRC`/perl ${WRKSRC}
+
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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