Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2006 12:03:06 +0330
From:      "Babak Farrokhi" <babak@farrokhi.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/101559: [Maintainer Update] port www/serendipity-devel - update to 200608061338
Message-ID:  <1154939586.46957@starfish.datak.net>
Resent-Message-ID: <200608070840.k778eMoJ003941@freefall.freebsd.org>

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

>Number:         101559
>Category:       ports
>Synopsis:       [Maintainer Update] port www/serendipity-devel - update to 200608061338
>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:   Mon Aug 07 08:40:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.1-STABLE #0: Mon Jul 24 11:42:49 IRST 2006
    root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH



>Description:


- update to 200608061338
- respect DESTDIR


>How-To-Repeat:





>Fix:


--- serendipity-devel.patch begins here ---
diff -ruN serendipity-devel.orig/Makefile serendipity-devel/Makefile
--- serendipity-devel.orig/Makefile	Mon Aug  7 10:50:19 2006
+++ serendipity-devel/Makefile	Mon Aug  7 10:56:32 2006
@@ -16,7 +16,7 @@
 
 RUN_DEPENDS=	${LOCALBASE}/share/pear/File/Archive.php:${PORTSDIR}/archivers/pear-File_Archive
 
-SNAPSHOT=	200607221338
+SNAPSHOT=	200608061338
 WRKSRC=		${WRKDIR}/serendipity-nightly
 NO_BUILD=	YES
 SERENDIPITY?=	www/serendipity
@@ -68,10 +68,10 @@
 .endif
 
 do-install:
-	@-${MKDIR} ${PREFIX}/${SERENDIPITY}
-	@${CHMOD} 755 ${PREFIX}/${SERENDIPITY}
-	@(cd ${WRKSRC} && ${CP} -R * ${PREFIX}/${SERENDIPITY}/ )
-	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${SERENDIPITY}
+	@-${MKDIR} ${TARGETDIR}/${SERENDIPITY}
+	@${CHMOD} 755 ${TARGETDIR}/${SERENDIPITY}
+	@(cd ${WRKSRC} && ${CP} -R * ${TARGETDIR}/${SERENDIPITY}/ )
+	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TARGETDIR}/${SERENDIPITY}
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN serendipity-devel.orig/distinfo serendipity-devel/distinfo
--- serendipity-devel.orig/distinfo	Mon Aug  7 10:50:19 2006
+++ serendipity-devel/distinfo	Mon Aug  7 10:51:11 2006
@@ -1,3 +1,3 @@
-MD5 (s9y_200607221338.tar.gz) = a87f956a3594205a0dd174356ffb33d4
-SHA256 (s9y_200607221338.tar.gz) = 9d801fbf0c0ea32bec117815df85a3b6dcc7b1e16777a71edc7973cad12bc0ee
-SIZE (s9y_200607221338.tar.gz) = 3375771
+MD5 (s9y_200608061338.tar.gz) = bbaa6d327f3380d10c3bd600b72ef6d7
+SHA256 (s9y_200608061338.tar.gz) = 415591f780570e26ab1346d8fc3e8b64b5e754a974ae3ba0b6a0c3cca6bf209c
+SIZE (s9y_200608061338.tar.gz) = 3383616
diff -ruN serendipity-devel.orig/pkg-plist serendipity-devel/pkg-plist
--- serendipity-devel.orig/pkg-plist	Mon Aug  7 10:50:19 2006
+++ serendipity-devel/pkg-plist	Mon Aug  7 10:58:04 2006
@@ -507,6 +507,7 @@
 %%SERENDIPITY%%/include/admin/importers/bmachine.inc.php
 %%SERENDIPITY%%/include/admin/importers/geeklog.inc.php
 %%SERENDIPITY%%/include/admin/importers/generic.inc.php
+%%SERENDIPITY%%/include/admin/importers/livejournal.inc.php
 %%SERENDIPITY%%/include/admin/importers/movabletype.inc.php
 %%SERENDIPITY%%/include/admin/importers/nucleus.inc.php
 %%SERENDIPITY%%/include/admin/importers/phpbb.inc.php
@@ -560,6 +561,7 @@
 %%SERENDIPITY%%/include/tpl/htaccess_normal.tpl
 %%SERENDIPITY%%/include/tpl/htaccess_rewrite.tpl
 %%SERENDIPITY%%/index.php
+%%SERENDIPITY%%/lang/UTF-8/plugin_lang.php
 %%SERENDIPITY%%/lang/UTF-8/recode.php
 %%SERENDIPITY%%/lang/UTF-8/recode.sh
 %%SERENDIPITY%%/lang/UTF-8/serendipity_lang_bg.inc.php
@@ -745,6 +747,7 @@
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/UTF-8/lang_pl.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/UTF-8/lang_pt_PT.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/UTF-8/lang_tn.inc.php
+%%SERENDIPITY%%/plugins/serendipity_event_entryproperties/UTF-8/lang_tr.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/UTF-8/lang_zh.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/lang_bg.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/lang_de.inc.php
@@ -756,6 +759,7 @@
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/lang_pl.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/lang_pt_PT.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/lang_tn.inc.php
+%%SERENDIPITY%%/plugins/serendipity_event_entryproperties/lang_tr.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/lang_zh.inc.php
 %%SERENDIPITY%%/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
 %%SERENDIPITY%%/plugins/serendipity_event_karma/UTF-8/lang_bg.inc.php
@@ -1591,6 +1595,7 @@
 %%SERENDIPITY%%/templates/default/commentform.tpl
 %%SERENDIPITY%%/templates/default/commentpopup.tpl
 %%SERENDIPITY%%/templates/default/comments.tpl
+%%SERENDIPITY%%/templates/default/comments_by_author.tpl
 %%SERENDIPITY%%/templates/default/content.tpl
 %%SERENDIPITY%%/templates/default/entries.tpl
 %%SERENDIPITY%%/templates/default/entries_archives.tpl
--- serendipity-devel.patch ends here ---



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



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