svn commit: r373036 - in head/japanese/navi2ch: . files
Hiroki Sato
hrs at FreeBSD.org
Sat Nov 22 07:56:44 UTC 2014
Author: hrs
Date: Sat Nov 22 07:56:42 2014
New Revision: 373036
URL: https://svnweb.freebsd.org/changeset/ports/373036
QAT: https://qat.redports.org/buildarchive/r373036/
Log:
Update to 2.0.0-DEV.
PR: 194994
Added:
head/japanese/navi2ch/files/
head/japanese/navi2ch/files/patch-elisp-comp (contents, props changed)
Modified:
head/japanese/navi2ch/Makefile
head/japanese/navi2ch/distinfo
head/japanese/navi2ch/pkg-plist
Modified: head/japanese/navi2ch/Makefile
==============================================================================
--- head/japanese/navi2ch/Makefile Sat Nov 22 07:40:16 2014 (r373035)
+++ head/japanese/navi2ch/Makefile Sat Nov 22 07:56:42 2014 (r373036)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= navi2ch
-PORTVERSION= 1.8.4
-PORTREVISION= 5
+PORTVERSION= 2.0.0.d
PORTEPOCH= 1
CATEGORIES= japanese www elisp
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/ LOCAL/hrs
+DISTNAME= navi2ch-git-75ceac8e93d8d7cc02cc8fa44f14cd44ce0b9d0a
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= hrs at FreeBSD.org
@@ -14,8 +14,7 @@ COMMENT= 2ch.net and 2ch-like BBS naviga
LICENSE= GPLv2
-BROKEN= Fails to build
-
+USES= zip
USE_EMACS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= EMACS="${EMACS_CMD}"
@@ -31,12 +30,7 @@ LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}
OPTIONS_DEFINE= DOCS X11
OPTIONS_DEFAULT=DOCS X11
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MX11}
-RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts
-.endif
+X11_RUN_DEPENDS=${LOCALBASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Modified: head/japanese/navi2ch/distinfo
==============================================================================
--- head/japanese/navi2ch/distinfo Sat Nov 22 07:40:16 2014 (r373035)
+++ head/japanese/navi2ch/distinfo Sat Nov 22 07:56:42 2014 (r373036)
@@ -1,2 +1,2 @@
-SHA256 (navi2ch-1.8.4.tar.gz) = a2647881d1c20539148f8a01fcfa6f230d59582331ffd2d930effcbba307c603
-SIZE (navi2ch-1.8.4.tar.gz) = 470499
+SHA256 (navi2ch-git-75ceac8e93d8d7cc02cc8fa44f14cd44ce0b9d0a.zip) = c87f6a463ab96f2e736d16a61f58b78de503188040b35ef16a7dc268de20ef27
+SIZE (navi2ch-git-75ceac8e93d8d7cc02cc8fa44f14cd44ce0b9d0a.zip) = 575780
Added: head/japanese/navi2ch/files/patch-elisp-comp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/japanese/navi2ch/files/patch-elisp-comp Sat Nov 22 07:56:42 2014 (r373036)
@@ -0,0 +1,11 @@
+--- elisp-comp.orig 2014-11-22 16:23:24.000000000 +0900
++++ elisp-comp 2014-11-22 16:23:43.000000000 +0900
+@@ -72,7 +72,7 @@
+
+ (
+ cd $tempdir
+- echo "(setq load-path (cons nil load-path))" > script
++ echo "(setq load-path (cons \".\" load-path))" > script
+ # $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?
+ $EMACS -batch -q -l script -l ../bcomp.el || exit $?
+ mv *.elc ..
Modified: head/japanese/navi2ch/pkg-plist
==============================================================================
--- head/japanese/navi2ch/pkg-plist Sat Nov 22 07:40:16 2014 (r373035)
+++ head/japanese/navi2ch/pkg-plist Sat Nov 22 07:56:42 2014 (r373036)
@@ -69,4 +69,8 @@
%%LISPDIR%%/navi2ch/navi2ch-xmas.elc
%%LISPDIR%%/navi2ch/navi2ch.el
%%LISPDIR%%/navi2ch/navi2ch.elc
+%%LISPDIR%%/navi2ch/navi2ch-p2.el
+%%LISPDIR%%/navi2ch/navi2ch-p2.elc
+%%LISPDIR%%/navi2ch/navi2ch-thumbnail.el
+%%LISPDIR%%/navi2ch/navi2ch-thumbnail.elc
@dirrm %%LISPDIR%%/navi2ch
More information about the svn-ports-all
mailing list