ports/79994: Update: www/plog 0.3.2 -> 1.0

chinsan chinsan at mail2000.com.tw
Sat Apr 16 05:20:18 UTC 2005


>Number:         79994
>Category:       ports
>Synopsis:       Update: www/plog 0.3.2 -> 1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 16 05:20:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     chinsan <chinsan at mail2000.com.tw>
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD chinsan.twbbs.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
	Updating pLog to 1.0
>How-To-Repeat:
>Fix:
diff -ruN plog/Makefile plog-devel/Makefile
--- plog/Makefile	Thu Dec 30 13:05:45 2004
+++ plog-devel/Makefile	Sat Apr 16 12:51:20 2005
@@ -6,21 +6,24 @@
 #

 PORTNAME=	plog
-PORTVERSION=	0.3.2
+PORTVERSION=	1.0
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	plog
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}-${PORTVERSION}

 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	A PHP and MySQL based blogging platform

-USE_BZIP2=	YES
-
 USE_PHP=	mysql pcre session
 PHP4_PORT?=	www/mod_php4
 NO_BUILD=	YES
 WANT_PHP_WEB=	YES
-PLOGDIR?=	www/data-dist/plog
+WWWDOCROOT?=	www/data-dist
+PLOGURL?=	plog
+WWWOWN?=	www
+WWWGRP?=	www
+PLOGDIR?=	${WWWDOCROOT}/${PLOGURL}
 PLIST=		${WRKDIR}/pkg-plist

 OPTIONS=	GD		"With GD Support" on \
@@ -42,7 +45,6 @@
 .endif

 pre-install:
-	@${RM} ${WRKSRC}/.cvsignore
	cd ${WRKSRC} && ${FIND} -s . -type f | \
		${SED} -e 's|^./||;s|^|${PLOGDIR}/|' > ${PLIST} \
		&& ${FIND} -d * -type d | \
@@ -57,6 +59,6 @@
	@${CHOWN} www:www ${PREFIX}/${PLOGDIR}/tmp

 post-install:
-	@${SED} -e 's|%%PLOGDIR%%|${PREFIX}/${PLOGDIR}|' ${PKGMESSAGE}
+	@${SED} -e 's|%%PLOGURL%%|${PLOGURL}|' ${PKGMESSAGE}

 .include <bsd.port.post.mk>
diff -ruN plog/distinfo plog-devel/distinfo
--- plog/distinfo	Thu Oct 28 10:32:09 2004
+++ plog-devel/distinfo	Sat Apr 16 12:35:10 2005
@@ -1,2 +1,2 @@
-MD5 (plog-0.3.2.tar.bz2) = 1c6bb120930306646af92ddc0f0b557f
-SIZE (plog-0.3.2.tar.bz2) = 1003647
+MD5 (plog-1.0.tar.gz) = cf6baa432ff56a1feea4a7137adca950
+SIZE (plog-1.0.tar.gz) = 1843946
diff -ruN plog/pkg-message plog-devel/pkg-message
--- plog/pkg-message	Thu Oct 28 10:32:09 2004
+++ plog-devel/pkg-message	Sat Apr 16 12:51:39 2005
@@ -2,6 +2,6 @@
           **** NOTE ****
 For first use of pLog, remember to point your browser to

-http://your.plog.host/wizard.php
+http://your.plog.host/%%PLOGURL%%/wizard.php

 Maybe you should prepare a empty database first.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list