diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
commit | 8fed2698e159437710829d9279105e2d09a5f6a9 (patch) | |
tree | 901fc4f9a048ed3fed08740b96a7cd572bc74c5c /x11-toolkits | |
parent | 532c41471e2b914c47719f42f26ccf73f66e4e25 (diff) |
update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports
Notes
Notes:
svn path=/head/; revision=231579
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]* |