summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-31 13:31:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-31 13:31:06 +0000
commitfe4113ce7a05522e12c578575a14be3bc9215abc (patch)
tree31569086bacb79af1a9634fa5e4e9b4c623c26bc /japanese
parentForgot: Bump PORTREVISION. (diff)
- Update to 0.22
PR: ports/67408 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
Notes
Notes: svn path=/head/; revision=110528
Diffstat (limited to 'japanese')
-rw-r--r--japanese/wikicker/Makefile16
-rw-r--r--japanese/wikicker/distinfo4
-rw-r--r--japanese/wikicker/files/pkg-message.in2
3 files changed, 15 insertions, 7 deletions
diff --git a/japanese/wikicker/Makefile b/japanese/wikicker/Makefile
index 82e8fe3e635c..d6d884cacd0e 100644
--- a/japanese/wikicker/Makefile
+++ b/japanese/wikicker/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WiKicker
-PORTVERSION= 0.21
+PORTVERSION= 0.22
CATEGORIES+= japanese www perl5
MASTER_SITES= \
http://www.naney.org/comp/distrib/WiKicker/archive/
@@ -31,7 +31,8 @@ RUN_DEPENDS+= \
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
+ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
+ ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl
.include <bsd.port.pre.mk>
@@ -42,8 +43,15 @@ BUILD_DEPENDS+= ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Mak
.if defined(WITH_WIKICKER_RECENTLOG)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite
.endif
+# DiKicker needed
+.if defined(WITH_WIKICKER_DB_FILE_LOCK)
+RUN_DEPENDS+= ${SITE_PERL}/DB_File/Lock.pm:${PORTSDIR}/devel/p5-DB_File-Lock
+.endif
.if !defined(WITHOUT_WIKICKER_MEMCACHED)
-RUN_DEPENDS+= memcached:${PORTSDIR}/databases/memcached
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6 or newer to run. Either install new Perl or define WITHOUT_WIKICKER_MEMCACHED
+.endif
+RUN_DEPENDS+= ${SITE_PERL}/Cache/Memcached.pm:${PORTSDIR}/databases/p5-Cache-Memcached
.endif
PERL_CONFIGURE= yes
@@ -61,7 +69,7 @@ post-install:
@${ECHO_MSG} "============================================================="
@${MKDIR} ${DOCSDIR}
-.for FILE in AUTHORS ChangeLog MANIFEST.SKIP MANIFEST NEWS README THANKS
+.for FILE in AUTHORS ChangeLog NEWS README THANKS
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
@cd ${DOCSDIR} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${DOCSDIR:S|${LOCALBASE}/||},' >>${TMPPLIST}
diff --git a/japanese/wikicker/distinfo b/japanese/wikicker/distinfo
index 29b050bf8070..2d272c329998 100644
--- a/japanese/wikicker/distinfo
+++ b/japanese/wikicker/distinfo
@@ -1,2 +1,2 @@
-MD5 (WiKicker-0.21.tar.gz) = 82d44e59aca8c9a07372f5ac90abd827
-SIZE (WiKicker-0.21.tar.gz) = 118225
+MD5 (WiKicker-0.22.tar.gz) = 955a2c38264cff56c15c5e27f5a3fed0
+SIZE (WiKicker-0.22.tar.gz) = 147157
diff --git a/japanese/wikicker/files/pkg-message.in b/japanese/wikicker/files/pkg-message.in
index 509f81ff32ba..693fddfe513d 100644
--- a/japanese/wikicker/files/pkg-message.in
+++ b/japanese/wikicker/files/pkg-message.in
@@ -11,6 +11,6 @@ Operation person is connected to
http://%%HostName%%/~User/wiki/ , and please operate "edit".
-See http://www.naney.org/wiki/WiKicker/INSTALL.html"
+See http://www.naney.org/wiki/WiKicker/INSTALL.html
=============================================================================