diff options
author | netchild <netchild@FreeBSD.org> | 2005-11-21 00:03:22 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-11-21 00:03:22 +0800 |
commit | af7292d9f551b86c14eedb3c352ea53a0c468009 (patch) | |
tree | 32c0affef233f197ac8f40a3e4af369d03b21162 /accessibility/linux-f8-atk/Makefile | |
parent | 8bbebfe7c3879b22aa36a866e18f80d0bb8fc627 (diff) | |
download | freebsd-ports-gnome-af7292d9f551b86c14eedb3c352ea53a0c468009.tar.gz freebsd-ports-gnome-af7292d9f551b86c14eedb3c352ea53a0c468009.tar.zst freebsd-ports-gnome-af7292d9f551b86c14eedb3c352ea53a0c468009.zip |
Update to 1.8.0.
Tested with: acroread7
Diffstat (limited to 'accessibility/linux-f8-atk/Makefile')
-rw-r--r-- | accessibility/linux-f8-atk/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/accessibility/linux-f8-atk/Makefile b/accessibility/linux-f8-atk/Makefile index 15cff160641e..67ba86055f4f 100644 --- a/accessibility/linux-f8-atk/Makefile +++ b/accessibility/linux-f8-atk/Makefile @@ -6,11 +6,11 @@ # PORTNAME= atk -PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTVERSION= 1.8.0 +PORTREVISION= 0 CATEGORIES= accessibility -MASTER_SITES= http://download.fedora.us/fedora/redhat/9/i386/RPMS.os/ \ - ftp://fr2.rpmfind.net/linux/redhat-archive/9/en/os/i386/RedHat/RPMS/ +MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} +MASTER_SITE_SUBDIR= 3/i386/os/Fedora/RPMS MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Accessibility Toolkit, Linux/i386 binary @@ -18,10 +18,10 @@ COMMENT= Accessibility Toolkit, Linux/i386 binary BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 -BASEVERSION= 9 ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist RESTRICTED= "binary under GNU LGPL without accompanying source" -RPM_SET= atk-1.2.0-2.i386.rpm +RPM_SET= atk-${PORTVERSION}-2.i386.rpm +PLIST_SUB+= LIBVERSION="800.0" PORTVERSION="${PORTVERSION}" .include "../../x11-toolkits/linux-gtk/Makefile" |