1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 0.28.

Change installation directory to version specific one
to avoid conflict with that for emacs-21 in future.

PR:		ports/31756
Submitted by:	yoichi (MAINTAINER)
Reviewed by:	knu (mentor)
This commit is contained in:
Yoichi NAKAYAMA 2001-11-27 08:43:11 +00:00
parent 5868118576
commit 044a9869fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50616
3 changed files with 11 additions and 10 deletions

View File

@ -6,23 +6,24 @@
#
PORTNAME= weather
PORTVERSION= 0.26
PORTVERSION= 0.28
CATEGORIES= japanese elisp
MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ \
ftp://ftp.ring.gr.jp/pub/text/elisp/jaist/ftp.opaopa.org/elisp/ \
ftp://ftp.jaist.ac.jp/pub/GNU/elisp/ftp.opaopa.org/elisp/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
MAINTAINER= yoichi@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-emacs20
RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-emacs20
BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel-emacs20
RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel-emacs20
EMACS_PORT_NAME=emacs20
EMACS_PORT_NAME?= emacs20
DOCS= README
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
MAKE_ARGS+= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
post-install:
.if !defined(NOPORTDOCS)

View File

@ -1 +1 @@
MD5 (weather-0.26.tar.gz) = dcc98d491f73ad5fed971c5fbc51460d
MD5 (weather-0.28.tar.gz) = 5cd6270c5a177fc389818456a1c49437

View File

@ -1,4 +1,4 @@
%%EMACS_LIBDIR%%/site-lisp/weather.el
%%EMACS_LIBDIR%%/site-lisp/weather.elc
share/doc/weather/README
@dirrm share/doc/weather
%%EMACS_LIBDIR_WITH_VER%%/site-lisp/weather.el
%%EMACS_LIBDIR_WITH_VER%%/site-lisp/weather.elc
%%PORTDOCS%%share/doc/weather/README
%%PORTDOCS%%@dirrm share/doc/weather