diff options
author | oliver <oliver@FreeBSD.org> | 2009-04-04 20:05:22 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-04-04 20:05:22 +0800 |
commit | bab5c8df021c75954713530f66fd07adc2ee5c4e (patch) | |
tree | 2d40c62eb3af1222620acbffb71613961cd8a642 /x11-toolkits | |
parent | 25c65b15fe9994c6bdcc249a0e1381aa61b9a4de (diff) | |
download | freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.tar.gz freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.tar.zst freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.zip |
update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/paragui-devel/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/paragui/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index 795fcffd619f..68e666a1071a 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= paragui PORTVERSION= 1.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= acm@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library(devel) -LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ +LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ expat.6:${PORTSDIR}/textproc/expat2 \ freetype.9:${PORTSDIR}/print/freetype2 \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index caec5399e048..94991478ba88 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -8,7 +8,7 @@ PORTNAME= paragui PORTVERSION= 1.0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library -LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs \ +LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ expat.6:${PORTSDIR}/textproc/expat2 CONFLICTS= paragui-devel-[0-9]* |