Date: Sat, 22 Nov 2014 07:56:43 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373036 - in head/japanese/navi2ch: . files Message-ID: <201411220756.sAM7uhs2003481@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411220756.sAM7uhs2003481>