diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-07-09 21:01:45 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-07-09 21:01:45 +0000 |
commit | 6478ed46bed46fbc30a696307e85171a5bc1ca7b (patch) | |
tree | a7d0c42780450d9a2fa5a4cdc7899fce297e750c /textproc/linux-f10-expat/Makefile | |
parent | b1a42e06119df78499453f18b77d88b12c26e4d3 (diff) |
1. Upgrade linux infrostructure ports from FC3 to FC4.
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2. [1]
Requested by: netchild [1]
Approved by: netchild (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=167304
Diffstat (limited to 'textproc/linux-f10-expat/Makefile')
-rw-r--r-- | textproc/linux-f10-expat/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile index 0811e595abe2..73e52e69b7f4 100644 --- a/textproc/linux-f10-expat/Makefile +++ b/textproc/linux-f10-expat/Makefile @@ -6,10 +6,9 @@ # PORTNAME= expat -PORTVERSION= 1.95.7 -PORTREVISION= 1 +PORTVERSION= 1.95.8 CATEGORIES= textproc linux -DISTNAME= ${PORTNAME}-${PORTVERSION}-4 +DISTNAME= ${PORTNAME}-${PORTVERSION}-6 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux/i386 binary port of Expat XML-parsing library @@ -17,8 +16,9 @@ COMMENT= Linux/i386 binary port of Expat XML-parsing library BRANDELF_DIRS= usr/bin USE_LINUX_RPM= yes -LINUX_DIST_VER= 3 +LINUX_DIST_VER= 4 ONLY_FOR_ARCHS= i386 amd64 INSTALLS_SHLIB= yes +PLIST_SUB+= PORTVERSION="${PORTVERSION}" .include <bsd.port.mk> |