upgrade to 2.1.0

Brush up pkg-plist. (sorting entries, and replacing version number
to %%PORTVERSION%% by using ${PLIST_SUB})
Makefile brush up (generate ${DISTNAME} from ${PORTNAME} and
${PORTVERSION})

PR:		27609
Submitted by:	KUNISHIMA Takeo <kunishi@acm.org>
This commit is contained in:
Ying-Chieh Liao 2001-05-29 15:58:54 +00:00
parent 69b9bce811
commit 9d70813916
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43272
6 changed files with 5700 additions and 4336 deletions

View file

@ -6,12 +6,12 @@
#
PORTNAME= xalan-j
PORTVERSION= 2.0.1
PORTVERSION= 2.1.0
CATEGORIES= java textproc
MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ \
http://xml.apache.org/dist/old/${PORTNAME}/ \
http://www.jollem.com/~ernst/
DISTNAME= ${PORTNAME}_2_0_1
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
MAINTAINER= ernst@jollem.com
@ -22,6 +22,8 @@ JAVAVM?= ${LOCALBASE}/bin/javavm
NO_BUILD= YES
PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION}
PLIST_SUB= PORTVERSION="${PORTVERSION}"
do-install:
@${MKDIR} ${PORTDESTDIR}
@${CP} -r ${WRKSRC}/* ${PORTDESTDIR}

View file

@ -1 +1 @@
MD5 (xalan-j_2_0_1.tar.gz) = bdcdec6c61918dadd0cefa3b6ee63610
MD5 (xalan-j_2_1_0.tar.gz) = 38655986cc44eb929c1d4fe88c6aa80e

File diff suppressed because it is too large Load diff

View file

@ -6,12 +6,12 @@
#
PORTNAME= xalan-j
PORTVERSION= 2.0.1
PORTVERSION= 2.1.0
CATEGORIES= java textproc
MASTER_SITES= http://xml.apache.org/dist/${PORTNAME}/ \
http://xml.apache.org/dist/old/${PORTNAME}/ \
http://www.jollem.com/~ernst/
DISTNAME= ${PORTNAME}_2_0_1
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
MAINTAINER= ernst@jollem.com
@ -22,6 +22,8 @@ JAVAVM?= ${LOCALBASE}/bin/javavm
NO_BUILD= YES
PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION}
PLIST_SUB= PORTVERSION="${PORTVERSION}"
do-install:
@${MKDIR} ${PORTDESTDIR}
@${CP} -r ${WRKSRC}/* ${PORTDESTDIR}

View file

@ -1 +1 @@
MD5 (xalan-j_2_0_1.tar.gz) = bdcdec6c61918dadd0cefa3b6ee63610
MD5 (xalan-j_2_1_0.tar.gz) = 38655986cc44eb929c1d4fe88c6aa80e

File diff suppressed because it is too large Load diff