diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-28 20:23:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-28 20:23:12 +0800 |
commit | 3ffff948bb7f42c3395ee0cce9e527b1af036009 (patch) | |
tree | 87f05aea9dc133544bd0993dd6ac2b71e7803561 /devel/guichan | |
parent | df12ee7af3558caf9a3f6776566675f5f89f088a (diff) | |
download | freebsd-ports-gnome-3ffff948bb7f42c3395ee0cce9e527b1af036009.tar.gz freebsd-ports-gnome-3ffff948bb7f42c3395ee0cce9e527b1af036009.tar.zst freebsd-ports-gnome-3ffff948bb7f42c3395ee0cce9e527b1af036009.zip |
- Update to 0.7.1
PR: 119056
Submitted by: maintainer
Diffstat (limited to 'devel/guichan')
-rw-r--r-- | devel/guichan/Makefile | 6 | ||||
-rw-r--r-- | devel/guichan/distinfo | 6 | ||||
-rw-r--r-- | devel/guichan/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 838626f23fe9..8f7f07860905 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -6,11 +6,9 @@ # PORTNAME= guichan -PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= devel games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://guichan.googlecode.com/files/ MAINTAINER= mva@sysfault.org COMMENT= A small, efficient C++ GUI library designed for games diff --git a/devel/guichan/distinfo b/devel/guichan/distinfo index 7aa4cefe8dbc..68ea0940cebb 100644 --- a/devel/guichan/distinfo +++ b/devel/guichan/distinfo @@ -1,3 +1,3 @@ -MD5 (guichan-0.6.1.tar.gz) = 830145f71ad4ce4c91e09808fec68c8a -SHA256 (guichan-0.6.1.tar.gz) = ea4151d0f4e24baee918ec29ecc458aefe465e9caf94ce0d1f230c3c0f26ef98 -SIZE (guichan-0.6.1.tar.gz) = 488857 +MD5 (guichan-0.7.1.tar.gz) = 275c5bad231d2ce55e654d80cb1e05be +SHA256 (guichan-0.7.1.tar.gz) = 7f017522d0c3235f2399f8b615493f3880fbe10a54dfa377f638016ede715a2a +SIZE (guichan-0.7.1.tar.gz) = 538425 diff --git a/devel/guichan/pkg-plist b/devel/guichan/pkg-plist index be8398d17bb5..08604e2d648a 100644 --- a/devel/guichan/pkg-plist +++ b/devel/guichan/pkg-plist @@ -10,7 +10,9 @@ include/guichan/defaultfont.hpp include/guichan/event.hpp include/guichan/exception.hpp include/guichan/focushandler.hpp +include/guichan/focuslistener.hpp include/guichan/font.hpp +include/guichan/genericinput.hpp include/guichan/graphics.hpp include/guichan/gui.hpp include/guichan/glut.hpp |