Skip site navigation (1)Skip section navigation (2)
Date:      26 Jun 2004 20:55:56 -0700
From:      Fumihiko Kimura <jfkimura@yahoo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68410: [maintainer-update] ports: www/tdiary Version 1.5.7 to 2.0.0
Message-ID:  <20040627035556.80036.qmail@10db.info>
Resent-Message-ID: <200406270400.i5R40kZJ066657@freefall.freebsd.org>

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

>Number:         68410
>Category:       ports
>Synopsis:       [maintainer-update] ports: www/tdiary Version 1.5.7 to 2.0.0
>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:   Sun Jun 27 04:00:45 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Fumihiko Kimura
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
>Description:

	tDiary  Release: 2.0.0

        update www/tdiary:
        - Update 1.5.7 --> 2.0.0
                * add zh (Traditional Chinese) language resources
		* add new plugins
			+ ping.rb: automatic sending update information to XMLRPC site
			+ makerss.rb: generate RSS file when update
		* add new 12 themes
		* some bugs fixed

	  ChangeLog: See  http://sourceforge.net/project/shownotes.php?group_id=47123&release_id=248850
			http://sourceforge.net/project/shownotes.php?group_id=47123&release_id=248852
			http://sourceforge.net/project/shownotes.php?group_id=47123&release_id=248854 

>How-To-Repeat:
>Fix:

	Checked:
	FreeBSD 4.10-RELEASE
		Ruby 1.6.8 (2003-10-15)
		Ruby 1.8.1 (2004-05-02)

==== BEGIN here
diff -urN tdiary157/Makefile tdiary/Makefile
--- tdiary157/Makefile	Thu May  6 22:13:10 2004
+++ tdiary/Makefile	Sun Jun 27 10:38:55 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tdiary
-PORTVERSION=	1.5.7
+PORTVERSION=	2.0.0
 CATEGORIES?=	www ruby
 MASTER_SITES=	\
 		${MASTER_SITE_SOURCEFORGE} \
@@ -18,7 +18,7 @@
 COMMENT=	A Web-based diary system (like weblog) written in Ruby
 
 NO_BUILD=		yes
-CONFLICTS?=		ja-tdiary-1.*
+CONFLICTS?=		ja-tdiary-*
 PKGMESSAGE=		${WRKDIR}/pkg-message
 USE_RUBY=		yes
 .if  !defined(WITHOUT_RUBY_FEATURES)
@@ -26,7 +26,8 @@
 .endif
 
 RUBY_SHEBANG_FILES=	index.rb update.rb misc/convert2.rb misc/plugin/squeeze.rb \
-misc/plugin/windex.rb misc/plugin/a/a_conf.rb misc/plugin/trackback/tb.rb
+			misc/plugin/windex.rb misc/plugin/a/a_conf.rb \
+			misc/plugin/trackback/tb.rb misc/style/etdiary/etdiary_test.rb
 
 TDIARYDIR=	${EXAMPLESDIR}
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -40,15 +41,6 @@
 .if defined(WITH_TDIARY_NORA)
 RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora
 .endif
-
-pre-everything::
-	@${ECHO_MSG}
-	@${ECHO_MSG} "============================================================================="
-	@${ECHO_MSG} "When you chose plugin, it becomes necessary.  Use the following options:"
-	@${ECHO_MSG} "  WITH_TDIARY_UCONV=yes	(RDF file creates  with UTF-8 : output_rdf.rb)"
-	@${ECHO_MSG} "  WITH_TDIARY_NORA=yes	(Referer header support       : disp_referrer.rb)"
-	@${ECHO_MSG} "============================================================================="
-	@${ECHO_MSG}
 
 do-install:
 	@-${MKDIR} ${TDIARYDIR}
diff -urN tdiary157/distinfo tdiary/distinfo
--- tdiary157/distinfo	Thu May  6 22:13:10 2004
+++ tdiary/distinfo	Sun Jun 27 09:35:20 2004
@@ -1,2 +1,2 @@
-MD5 (tdiary-full-1.5.7.tar.gz) = 13f728291eed51bc6033fae1510731bc
-SIZE (tdiary-full-1.5.7.tar.gz) = 1640373
+MD5 (tdiary-full-2.0.0.tar.gz) = 810f9c77e222cd55b24ca0844285bfde
+SIZE (tdiary-full-2.0.0.tar.gz) = 1694168
==== END here

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



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