Update to 2.0.28

This commit is contained in:
Yoichi NAKAYAMA 2003-01-13 19:25:31 +00:00
parent d10bb91c42
commit f7187a7d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73071
3 changed files with 13 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tramp
PORTVERSION= 2.0.24
PORTVERSION= 2.0.28
CATEGORIES= net elisp
MASTER_SITES= http://savannah.nongnu.org/download/tramp/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@ -41,8 +41,10 @@ PLIST_SUB+= EMACS20_ONLY="@comment "
pre-build:
.if ${EMACS_PORT_NAME} == emacs20
(cd ${WRKSRC}/contrib; ${GMAKE} EMACS=${EMACS_CMD} format-spec.elc)
(${CP} -p ${WRKSRC}/contrib/format-spec.el ${WRKSRC}/contrib/format-spec.elc ${BUILD_WRKSRC})
.for i in format-spec md5
(cd ${WRKSRC}/contrib; ${EMACS_CMD} -batch -f batch-byte-compile ${i}.el)
(${CP} -p ${WRKSRC}/contrib/${i}.el ${WRKSRC}/contrib/${i}.elc ${BUILD_WRKSRC})
.endfor
.endif
post-build:
.if !defined(NOPORTDOCS)

View File

@ -1 +1 @@
MD5 (tramp-2.0.24.tar.gz) = 92b31d7f955aa5d83e22f0ca81fe88a6
MD5 (tramp-2.0.28.tar.gz) = 6d694c60daf052e65ce094e490295645

View File

@ -1,8 +1,15 @@
%%EMACS20_ONLY%%%%TRAMP_LISPDIR%%/format-spec.el
%%EMACS20_ONLY%%%%TRAMP_LISPDIR%%/format-spec.elc
%%EMACS20_ONLY%%%%TRAMP_LISPDIR%%/md5.el
%%EMACS20_ONLY%%%%TRAMP_LISPDIR%%/md5.elc
%%TRAMP_LISPDIR%%/tramp-ftp.el
%%TRAMP_LISPDIR%%/tramp-ftp.elc
%%TRAMP_LISPDIR%%/tramp-smb.el
%%TRAMP_LISPDIR%%/tramp-smb.elc
%%TRAMP_LISPDIR%%/tramp-util.el
%%TRAMP_LISPDIR%%/tramp-util.elc
%%TRAMP_LISPDIR%%/tramp-uu.el
%%TRAMP_LISPDIR%%/tramp-uu.elc
%%TRAMP_LISPDIR%%/tramp-vc.el
%%TRAMP_LISPDIR%%/tramp-vc.elc
%%TRAMP_LISPDIR%%/tramp.el