diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2019-08-12 14:11:47 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2019-08-12 14:11:47 +0000 |
commit | f7976caedfeb6148e026e88d5b41b0a1e6dc153f (patch) | |
tree | fce60360d378b01228a2a0494b450841c3e228d9 /editors/apel/Makefile | |
parent | Add an entry for the Perl default version change. (diff) |
- Switch to the version maintained by the developers of Wanderlust.
- Update to the snapshot on 2019-04-07.
Notes
Notes:
svn path=/head/; revision=508738
Diffstat (limited to 'editors/apel/Makefile')
-rw-r--r-- | editors/apel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile index d6f4b68175fd..0e49f402fe64 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -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}" \ |