mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Update www/tdiary (maintainer): 1.5.4 --> 1.5.5
PR: 55422 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
This commit is contained in:
parent
9ebb74bfe8
commit
83e84ef393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86694
8 changed files with 20 additions and 16 deletions
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= tdiary
|
||||
PORTVERSION= 1.5.4
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.5.5
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= www ruby
|
||||
MASTER_SITES= \
|
||||
${MASTER_SITE_SOURCEFORGE} \
|
||||
|
@ -30,7 +30,7 @@ USE_RUBY= yes
|
|||
RUBY_SHEBANG_FILES= index.rb update.rb misc/convert2.rb misc/posttdiary.rb misc/plugin/squeeze.rb misc/plugin/weather.rb \
|
||||
misc/plugin/windex.rb misc/plugin/a/a_conf.rb misc/plugin/todo/todo.rb misc/plugin/trackback/tb.rb
|
||||
|
||||
TDIARYDIR= ${PREFIX}/share/examples/${PORTNAME}
|
||||
TDIARYDIR= ${EXAMPLESDIR}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.if !defined(TDIARY_LANG)
|
||||
|
@ -80,7 +80,7 @@ post-install:
|
|||
@${ECHO} 'share/examples/${PORTNAME}/plugin/disp_referrer.rb' >> ${TMPPLIST}
|
||||
.endif
|
||||
@${ECHO} 'share/examples/${PORTNAME}/plugin/comment_mail-sendmail.rb' >> ${TMPPLIST}
|
||||
.if ${TDIARY_LANG} == tdiary.conf-en
|
||||
.if ${TDIARY_LANG} == tdiary.conf-en
|
||||
@${ECHO} 'share/examples/${PORTNAME}/plugin/00lang.en.rb' >> ${TMPPLIST}
|
||||
.endif
|
||||
@cd ${WRKSRC} && ${FIND} . -type d -depth | ${SED} -e 's,^\.,@dirrm share/examples/${PORTNAME},' >> ${TMPPLIST}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (tdiary-full-1.5.4.tar.gz) = c2d87e40780d95d9e316db7c6774afc3
|
||||
MD5 (tdiary-full-1.5.5.tar.gz) = f035b1f9a4938ebab06518670704613b
|
||||
|
|
|
@ -7,6 +7,9 @@ This script should be run manually.
|
|||
or
|
||||
% ruby @@@@PREFIX@@@@/share/examples/tdiary/tdiaryinst.rb
|
||||
|
||||
same as script :
|
||||
@@@@PREFIX@@@@/share/examples/tdiary/tdiary-FreeBSD.sh
|
||||
|
||||
There is a document by English in the following directories.
|
||||
See ...
|
||||
@@@@PREFIX@@@@/share/examples/tdiary/misc/i18n/
|
||||
|
@ -15,4 +18,3 @@ There is a document by English in the following directories.
|
|||
|
||||
http://tdiary-users.sourceforge.jp/cgi-bin/wiki.cgi?FrontPage_en
|
||||
=============================================================================
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
share/examples/tdiary/tdiaryinst.rb
|
||||
share/examples/tdiary/tdiary-FreeBSD.sh
|
||||
%%EXAMPLESDIR%%/tdiaryinst.rb
|
||||
%%EXAMPLESDIR%%/tdiary-FreeBSD.sh
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= tdiary
|
||||
PORTVERSION= 1.5.4
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.5.5
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= www ruby
|
||||
MASTER_SITES= \
|
||||
${MASTER_SITE_SOURCEFORGE} \
|
||||
|
@ -30,7 +30,7 @@ USE_RUBY= yes
|
|||
RUBY_SHEBANG_FILES= index.rb update.rb misc/convert2.rb misc/posttdiary.rb misc/plugin/squeeze.rb misc/plugin/weather.rb \
|
||||
misc/plugin/windex.rb misc/plugin/a/a_conf.rb misc/plugin/todo/todo.rb misc/plugin/trackback/tb.rb
|
||||
|
||||
TDIARYDIR= ${PREFIX}/share/examples/${PORTNAME}
|
||||
TDIARYDIR= ${EXAMPLESDIR}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.if !defined(TDIARY_LANG)
|
||||
|
@ -80,7 +80,7 @@ post-install:
|
|||
@${ECHO} 'share/examples/${PORTNAME}/plugin/disp_referrer.rb' >> ${TMPPLIST}
|
||||
.endif
|
||||
@${ECHO} 'share/examples/${PORTNAME}/plugin/comment_mail-sendmail.rb' >> ${TMPPLIST}
|
||||
.if ${TDIARY_LANG} == tdiary.conf-en
|
||||
.if ${TDIARY_LANG} == tdiary.conf-en
|
||||
@${ECHO} 'share/examples/${PORTNAME}/plugin/00lang.en.rb' >> ${TMPPLIST}
|
||||
.endif
|
||||
@cd ${WRKSRC} && ${FIND} . -type d -depth | ${SED} -e 's,^\.,@dirrm share/examples/${PORTNAME},' >> ${TMPPLIST}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (tdiary-full-1.5.4.tar.gz) = c2d87e40780d95d9e316db7c6774afc3
|
||||
MD5 (tdiary-full-1.5.5.tar.gz) = f035b1f9a4938ebab06518670704613b
|
||||
|
|
|
@ -7,6 +7,9 @@ This script should be run manually.
|
|||
or
|
||||
% ruby @@@@PREFIX@@@@/share/examples/tdiary/tdiaryinst.rb
|
||||
|
||||
same as script :
|
||||
@@@@PREFIX@@@@/share/examples/tdiary/tdiary-FreeBSD.sh
|
||||
|
||||
There is a document by English in the following directories.
|
||||
See ...
|
||||
@@@@PREFIX@@@@/share/examples/tdiary/misc/i18n/
|
||||
|
@ -15,4 +18,3 @@ There is a document by English in the following directories.
|
|||
|
||||
http://tdiary-users.sourceforge.jp/cgi-bin/wiki.cgi?FrontPage_en
|
||||
=============================================================================
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
share/examples/tdiary/tdiaryinst.rb
|
||||
share/examples/tdiary/tdiary-FreeBSD.sh
|
||||
%%EXAMPLESDIR%%/tdiaryinst.rb
|
||||
%%EXAMPLESDIR%%/tdiary-FreeBSD.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue