aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f8-expat/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-11-20 14:50:08 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-11-20 14:50:08 +0000
commit7bde4fc9f8dbda49d1783d21dffa5ac503f26c80 (patch)
treeafa5fcd509a532b47e3580ff6bc52c97b5278056 /textproc/linux-f8-expat/Makefile
parent24d95c7554e0029382d5bb2988545b94769b3da4 (diff)
Update to 1.95.7 (from FC3).
Urged to update by: YAPHR (failed fetch) Tested with: acroread7
Notes
Notes: svn path=/head/; revision=148852
Diffstat (limited to 'textproc/linux-f8-expat/Makefile')
-rw-r--r--textproc/linux-f8-expat/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/textproc/linux-f8-expat/Makefile b/textproc/linux-f8-expat/Makefile
index d0998ecab7cc..796bd0f432f9 100644
--- a/textproc/linux-f8-expat/Makefile
+++ b/textproc/linux-f8-expat/Makefile
@@ -6,9 +6,11 @@
#
PORTNAME= expat
-PORTVERSION= 1.95.5
-PORTREVISION= 3
+PORTVERSION= 1.95.7
+PORTREVISION= 0
CATEGORIES= textproc linux
+MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX}
+MASTER_SITE_SUBDIR= 3/i386/os/Fedora/RPMS
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Linux/i386 binary port of Expat XML-parsing library
@@ -16,17 +18,16 @@ COMMENT= Linux/i386 binary port of Expat XML-parsing library
RUN_DEPENDS=
USE_LINUX= yes
-BASEVERSION= 9
ONLY_FOR_ARCHS= i386 amd64
PLIST= ${WRKDIR}/plist
-RPM_SET= expat-1.95.5-2.i386.rpm
+RPM_SET= expat-${PORTVERSION}-4.i386.rpm
pre-install:
${RM} -rf ${WRKSRC}/tmp
${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \
- rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \
+ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | ${CPIO} -div; \
${FIND} * -type f -o -type l > ${PLIST}
- ${ECHO_CMD} @dirrm usr/share/doc/expat-1.95.5 >> ${PLIST}
+ ${ECHO_CMD} @dirrm usr/share/doc/expat-${PORTVERSION} >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"