svn commit: r508740 - in head/editors/flim: . files

MANTANI Nobutaka nobutaka at FreeBSD.org
Mon Aug 12 14:14:56 UTC 2019


Author: nobutaka
Date: Mon Aug 12 14:14:54 2019
New Revision: 508740
URL: https://svnweb.freebsd.org/changeset/ports/508740

Log:
  - Switch to the version maintained by the developers of Wanderlust.
  - Update to the snapshot on 2019-05-26.

Deleted:
  head/editors/flim/files/patch-FLIM-CFG
  head/editors/flim/files/patch-eword-encode.el
  head/editors/flim/files/patch-hex-util.el
  head/editors/flim/files/patch-hmac-def.el
  head/editors/flim/files/patch-md4.el
  head/editors/flim/files/patch-md5-el.el
  head/editors/flim/files/patch-sha1-el.el
Modified:
  head/editors/flim/Makefile
  head/editors/flim/distinfo
  head/editors/flim/files/patch-mime-en.texi
  head/editors/flim/files/patch-mime-ja.texi
  head/editors/flim/pkg-descr
  head/editors/flim/pkg-plist

Modified: head/editors/flim/Makefile
==============================================================================
--- head/editors/flim/Makefile	Mon Aug 12 14:13:10 2019	(r508739)
+++ head/editors/flim/Makefile	Mon Aug 12 14:14:54 2019	(r508740)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	flim
-PORTVERSION=	1.14.9
-PORTREVISION=	21
+PORTVERSION=	1.14.9.${SNAPDATE}
 PORTEPOCH=	1
 CATEGORIES=	editors elisp
-MASTER_SITES=	http://git.chise.org/elisp/dist/${PORTNAME}/${PORTNAME}-${DISTVERSION:R}/
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 
 MAINTAINER=	nobutaka at FreeBSD.org
@@ -14,12 +12,15 @@ COMMENT=	Message representation or encoding elisp libr
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	apel${EMACS_PKGNAMESUFFIX}>0:editors/apel@${EMACS_FLAVOR} \
-		nkf:japanese/nkf
+BUILD_DEPENDS=	apel${EMACS_PKGNAMESUFFIX}>0:editors/apel@${EMACS_FLAVOR}
 RUN_DEPENDS=	apel${EMACS_PKGNAMESUFFIX}>0:editors/apel@${EMACS_FLAVOR}
 
-USES=		cpe emacs makeinfo
+USES=		cpe emacs iconv makeinfo
+USE_GITHUB=	yes
+GH_ACCOUNT=	wanderlust
+GH_TAGNAME=	e4bd54f
 
+SNAPDATE=	20190526
 CPE_VENDOR=	gnu
 NO_ARCH=	yes
 
@@ -36,8 +37,8 @@ OPTIONS_DEFINE=	DOCS
 post-build:
 	@(cd ${WRKSRC} ; \
 	for i in mime-en.texi mime-ja.texi; do \
-		${CAT} $${i} | nkf -e > $${i}.jis ; \
-		${MAKEINFO} --no-split --no-validate $${i}.jis ; \
+		${ICONV_CMD} -f ISO-2022-JP -t UTF-8 $${i} > $${i}.utf8 ; \
+		${MAKEINFO} --no-split --no-validate $${i}.utf8 ; \
 	done)
 
 post-install:

Modified: head/editors/flim/distinfo
==============================================================================
--- head/editors/flim/distinfo	Mon Aug 12 14:13:10 2019	(r508739)
+++ head/editors/flim/distinfo	Mon Aug 12 14:14:54 2019	(r508740)
@@ -1,2 +1,3 @@
-SHA256 (flim-1.14.9.tar.gz) = bbd5a8729ea27457c7c2ffdcb1be6219ad38fdfa323341f4fad2d298780070ec
-SIZE (flim-1.14.9.tar.gz) = 182065
+TIMESTAMP = 1565575779
+SHA256 (wanderlust-flim-1.14.9.20190526-e4bd54f_GH0.tar.gz) = ff232c895fa447388d2a14f2588a75d3ea2356c84d4299b781a70e041e4d55e5
+SIZE (wanderlust-flim-1.14.9.20190526-e4bd54f_GH0.tar.gz) = 173153

Modified: head/editors/flim/files/patch-mime-en.texi
==============================================================================
--- head/editors/flim/files/patch-mime-en.texi	Mon Aug 12 14:13:10 2019	(r508739)
+++ head/editors/flim/files/patch-mime-en.texi	Mon Aug 12 14:14:54 2019	(r508740)
@@ -1,15 +1,11 @@
---- mime-en.texi.orig	2002-10-08 15:50:05 UTC
+--- mime-en.texi.orig	2019-05-26 10:34:29 UTC
 +++ mime-en.texi
-@@ -1,7 +1,11 @@
- \input texinfo.tex
+@@ -2,7 +2,7 @@
  @c Generated automatically from mime-en.sgml by sinfo 3.7.
  @setfilename mime-en.info
-- at settitle{FLIM 1.14 Reference Manual about MIME Features}
-+ at settitle FLIM 1.14 Reference Manual about MIME Features
-+ at dircategory The Emacs editor and associated tools 
-+ at direntry 
-+* mime-en: (mime-en).		MIME features for GNU Emacs. (English)
-+ at end direntry 
- @titlepage
- @title FLIM 1.14 Reference Manual about MIME Features
- @author MORIOKA Tomohiko <morioka@@jaist.ac.jp>
+ @settitle FLIM 1.14 Reference Manual about MIME Features
+- at documentencoding iso-2022-jp
++ at documentencoding utf-8
+ @documentlanguage en
+ @dircategory GNU Emacs Lisp
+ @direntry

Modified: head/editors/flim/files/patch-mime-ja.texi
==============================================================================
--- head/editors/flim/files/patch-mime-ja.texi	Mon Aug 12 14:13:10 2019	(r508739)
+++ head/editors/flim/files/patch-mime-ja.texi	Mon Aug 12 14:14:54 2019	(r508740)
@@ -1,15 +1,11 @@
---- mime-ja.texi.orig	2002-10-08 15:50:05 UTC
+--- mime-ja.texi.orig	2019-05-26 10:34:29 UTC
 +++ mime-ja.texi
-@@ -1,7 +1,11 @@
- \input texinfo.tex
+@@ -2,7 +2,7 @@
  @c Generated automatically from mime-ja.sgml by sinfo 3.7.
  @setfilename mime-ja.info
-- at settitle{FLIM 1.14 MIME $B5!G=@bL@=q(B}
-+ at settitle FLIM 1.14 MIME $B5!G=@bL@=q(B
-+ at dircategory The Emacs editor and associated tools 
-+ at direntry 
-+* mime-ja: (mime-ja).		MIME features for GNU Emacs. (Japanese)
-+ at end direntry 
- @titlepage
- @title FLIM 1.14 MIME $B5!G=@bL@=q(B
- @author $B<i2,(B $BCNI'(B <morioka@@jaist.ac.jp>
+ @documentlanguage ja
+- at documentencoding iso-2022-jp
++ at documentencoding utf-8
+ @settitle FLIM 1.14 MIME $B5!G=@bL@=q(B
+ @dircategory GNU Emacs Lisp
+ @direntry

Modified: head/editors/flim/pkg-descr
==============================================================================
--- head/editors/flim/pkg-descr	Mon Aug 12 14:13:10 2019	(r508739)
+++ head/editors/flim/pkg-descr	Mon Aug 12 14:14:54 2019	(r508740)
@@ -9,4 +9,4 @@ FLIM, message representation or encoding emacs lisp li
 
 Ported by shige at FreeBSD.ORG
 
-WWW: http://git.chise.org/elisp/flim/ (in Japanese)
+WWW: https://github.com/wanderlust/flim

Modified: head/editors/flim/pkg-plist
==============================================================================
--- head/editors/flim/pkg-plist	Mon Aug 12 14:13:10 2019	(r508739)
+++ head/editors/flim/pkg-plist	Mon Aug 12 14:14:54 2019	(r508740)
@@ -62,8 +62,6 @@
 %%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl-scram.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl.el
 %%EMACS_VERSION_SITE_LISPDIR%%/flim/sasl.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/flim/sha1-el.el
-%%EMACS_VERSION_SITE_LISPDIR%%/flim/sha1-el.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/flim/sha1.el
 %%EMACS_VERSION_SITE_LISPDIR%%/flim/sha1.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/flim/smtp.el


More information about the svn-ports-all mailing list