Date: Mon, 12 Aug 2019 14:11:48 +0000 (UTC) From: MANTANI Nobutaka <nobutaka@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508738 - in head/editors/apel: . files Message-ID: <201908121411.x7CEBm2X093504@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nobutaka Date: Mon Aug 12 14:11:47 2019 New Revision: 508738 URL: https://svnweb.freebsd.org/changeset/ports/508738 Log: - Switch to the version maintained by the developers of Wanderlust. - Update to the snapshot on 2019-04-07. Deleted: head/editors/apel/files/patch-broken.el head/editors/apel/files/patch-filename.el head/editors/apel/files/patch-pccl.el head/editors/apel/files/patch-poe.el head/editors/apel/files/patch-product.el head/editors/apel/files/patch-pym.el head/editors/apel/files/patch-static.el Modified: head/editors/apel/Makefile head/editors/apel/distinfo head/editors/apel/pkg-descr Modified: head/editors/apel/Makefile ============================================================================== --- head/editors/apel/Makefile Mon Aug 12 14:05:29 2019 (r508737) +++ head/editors/apel/Makefile Mon Aug 12 14:11:47 2019 (r508738) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= apel -PORTVERSION= ${APEL_VER} -PORTREVISION= 18 +PORTVERSION= 10.8.${SNAPDATE} CATEGORIES= editors elisp -MASTER_SITES= http://git.chise.org/elisp/dist/apel/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= nobutaka@FreeBSD.org @@ -14,10 +12,13 @@ COMMENT= Portable Emacs Library LICENSE= GPLv2 USES= emacs +USE_GITHUB= yes +GH_ACCOUNT= wanderlust +GH_TAGNAME= d146ddb +SNAPDATE= 20190407 NO_ARCH= yes -APEL_VER= 10.8 ALL_TARGET= elc MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" \ LISPDIR="${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}" \ Modified: head/editors/apel/distinfo ============================================================================== --- head/editors/apel/distinfo Mon Aug 12 14:05:29 2019 (r508737) +++ head/editors/apel/distinfo Mon Aug 12 14:11:47 2019 (r508738) @@ -1,2 +1,3 @@ -SHA256 (apel-10.8.tar.gz) = a511cc36bb51dc32b4915c9e03c67a994060b3156ceeab6fafa0be7874b9ccfe -SIZE (apel-10.8.tar.gz) = 126326 +TIMESTAMP = 1565577043 +SHA256 (wanderlust-apel-10.8.20190407-d146ddb_GH0.tar.gz) = 9709b1ed326a51c98f1f28722b03db725b904e0dbd771d441e098837266af7dd +SIZE (wanderlust-apel-10.8.20190407-d146ddb_GH0.tar.gz) = 94730 Modified: head/editors/apel/pkg-descr ============================================================================== --- head/editors/apel/pkg-descr Mon Aug 12 14:05:29 2019 (r508737) +++ head/editors/apel/pkg-descr Mon Aug 12 14:11:47 2019 (r508738) @@ -17,7 +17,4 @@ APEL stands for "A Portable Emacs Library" and contain - poem: provide basic functions to write portable MULE programs - static: utility for static evaluation -To use apel, put the following setup into your ~/.emacs: - (require 'apel-setupel) - -WWW: http://git.chise.org/elisp/apel/index.html.en +WWW: https://github.com/wanderlust/apel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908121411.x7CEBm2X093504>