ports/98258: [PATCH] www/b2evo: upgrade to 0.9.2(2006-05-22) and renamed to use real vendor package name
chinsan
chinsan.tw at gmail.com
Thu Jun 1 05:40:19 UTC 2006
>Number: 98258
>Category: ports
>Synopsis: [PATCH] www/b2evo: upgrade to 0.9.2(2006-05-22) and renamed to use real vendor package name
>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 Jun 01 05:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: chinsan
>Release: FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu May 18 09:48:03 CST 2006 root at chinsan2.twbbs.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
- Upgrade to 0.9.2(2006-05-22)
- Renamed to use real vendor package name
- Take Maintainership
>How-To-Repeat:
>Fix:
--- b2evolution.diff begins here ---
diff -ruN b2evo/Makefile b2evolution/Makefile
--- b2evo/Makefile Mon May 22 14:15:59 2006
+++ b2evolution/Makefile Thu Jun 1 13:26:24 2006
@@ -1,4 +1,4 @@
-# New ports collection makefile for: b2evo
+# New ports collection makefile for: b2evolution
# Date created: 2005-04-16
# Whom: chinsan <chinsan at mail20000.com.tw>
#
@@ -6,21 +6,22 @@
#
PORTNAME= b2evolution
-PORTVERSION= 0.9.1b
+PORTVERSION= 0.9.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= evocms
DISTNAME= ${PORTNAME}-${PORTVERSION}-${B2EVO_DATE}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= chinsan.tw at gmail.com
COMMENT= A multilingual, multiuser, multi-blog engine
PATCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
USE_ZIP= YES
+USE_DOS2UNIX= YES
-B2EVO_DATE?= 2005-09-16
-USE_PHP= mysql pcre session xml xmlrpc
+B2EVO_DATE?= 2006-05-22
+USE_PHP= mysql pcre session xml
NO_BUILD= YES
WANT_PHP_WEB= YES
@@ -46,13 +47,9 @@
WWWOWN?= www
WWWGRP?= www
B2EVO_DIR?= ${WWWDOCROOT}/${B2EVO_URL}
-HTACCESS= ${WRKSRC}/blogs/sample.htaccess
PLIST= ${WRKDIR}/pkg-plist
.include <bsd.port.pre.mk>
-
-post-extract:
- @${TR} -d \\r < ${HTACCESS} > ${HTACCESS}.unix
pre-install:
@cd ${WRKSRC} && ${FIND} -s . -type f | \
diff -ruN b2evo/distinfo b2evolution/distinfo
--- b2evo/distinfo Wed Nov 9 21:41:50 2005
+++ b2evolution/distinfo Thu Jun 1 13:26:24 2006
@@ -1,3 +1,3 @@
-MD5 (b2evolution-0.9.1b-2005-09-16.zip) = 394c15bed69d54091e407b8f527967b7
-SHA256 (b2evolution-0.9.1b-2005-09-16.zip) = 31561275fd89a90a9020909309932b775b0c0a197297db10ac908baa089786cb
-SIZE (b2evolution-0.9.1b-2005-09-16.zip) = 2926356
+MD5 (b2evolution-0.9.2-2006-05-22.zip) = 06468da5382df7d4f80806dea4dd2e1e
+SHA256 (b2evolution-0.9.2-2006-05-22.zip) = 302b18f9768580750e96a1354a19c401c65d7f11324a208f10b956094b7914fe
+SIZE (b2evolution-0.9.2-2006-05-22.zip) = 3294584
--- b2evolution.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list