ports/70256: [maintainer update] Update ports: www/simplog Makefile

Jose Liang jose at jose.idv.tw
Tue Aug 10 15:50:26 UTC 2004


>Number:         70256
>Category:       ports
>Synopsis:       [maintainer update] Update ports: www/simplog Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 10 15:50:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jose Liang
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD matrix.jose.idv.tw 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Thu Aug 5 13:59:45 CST 2004 jose at matrix.jose.idv.tw:/usr/obj/usr/src/sys/MATRIX i386
>Description:
Update the MASTER_SITES and contents of Makefiles.
>How-To-Repeat:
>Fix:
diff -ur /usr/ports/www/simplog/Makefile ./Makefile
--- /usr/ports/www/simplog/Makefile	Sun Jul 18 20:22:49 2004
+++ ./Makefile	Tue Aug 10 23:25:30 2004
@@ -2,38 +2,33 @@
 # Date created:		19 April 2004, 21:40 +08:00 (CST)
 # Whom:			Jose Liang <jose at jose.idv.tw>
 #
-# $FreeBSD: ports/www/simplog/Makefile,v 1.1 2004/07/18 12:22:49 edwin Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	simplog
 PORTVERSION=	0.9
+PORTEPOCH=      1
 CATEGORIES=	www
-MASTER_SITES=	ftp://jose.idv.tw/simplog/
+MASTER_SITES=	http://simplog.jose.idv.tw/download/
 
 MAINTAINER=	jose at jose.idv.tw
 COMMENT=	A complete and powerful blogging tool
 
 DATADIR=	${PREFIX}/www/simplog
 NO_BUILD=	yes
-USE_APACHE=	yes
-USE_PHP=	yes
 
 WRKSRC?=	${WRKDIR}/simplog
 
 do-install:
-	@${ECHO} " "
-	@${ECHO} "**************************"
-	@${ECHO} "*** Installing simplog ***"
-	@${ECHO} "**************************"
-	${MKDIR} ${DATADIR}
-	cd ${WRKSRC} && ${CP} -R templates install images doc cache adodb * \
+	@${ECHO} ""
+	@${ECHO} "===> Installing simplog"
+	@${MKDIR} ${DATADIR}
+	cd ${WRKSRC} && ${CP} -R adodb cache doc images install templates * \
 	${DATADIR}
 
 post-install:
-	@${ECHO} " "
-	@${ECHO} "*************************"
-	@${ECHO} "**** Congratulations ****"
-	@${ECHO} "*************************"
+	@${ECHO} ""
+	@${ECHO} "===> Congratulations"	
 	@${ECHO} "The installation of simplog is complete, please check\
 	README in ${DATADIR} first."
 	@${ECHO} "For more informations, documentation is available at\
Only in .: diff
diff -ur /usr/ports/www/simplog/pkg-descr ./pkg-descr
--- /usr/ports/www/simplog/pkg-descr	Sun Jul 18 20:22:49 2004
+++ ./pkg-descr	Tue Aug 10 21:39:53 2004
@@ -9,3 +9,6 @@
 
 WWW: http://www.simplog.org/
 ashcraft at 13monkeys.com
+
+- Jose Liang
+jose at jose.idv.tw
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list