View | Details | Raw Unified | Return to bug 119056 | Differences between
and this patch

Collapse All | Expand All

(-)guichan.new/Makefile (-4 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	guichan
8
PORTNAME=	guichan
9
PORTVERSION=	0.6.1
9
PORTVERSION=	0.7.1
10
PORTREVISION=	1
11
CATEGORIES=	devel games
10
CATEGORIES=	devel games
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	http://guichan.googlecode.com/files/
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
12
15
MAINTAINER=	mva@sysfault.org
13
MAINTAINER=	mva@sysfault.org
16
COMMENT=	A small, efficient C++ GUI library designed for games
14
COMMENT=	A small, efficient C++ GUI library designed for games
(-)guichan.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (guichan-0.6.1.tar.gz) = 830145f71ad4ce4c91e09808fec68c8a
1
MD5 (guichan-0.7.1.tar.gz) = 275c5bad231d2ce55e654d80cb1e05be
2
SHA256 (guichan-0.6.1.tar.gz) = ea4151d0f4e24baee918ec29ecc458aefe465e9caf94ce0d1f230c3c0f26ef98
2
SHA256 (guichan-0.7.1.tar.gz) = 7f017522d0c3235f2399f8b615493f3880fbe10a54dfa377f638016ede715a2a
3
SIZE (guichan-0.6.1.tar.gz) = 488857
3
SIZE (guichan-0.7.1.tar.gz) = 538425
(-)guichan.new/pkg-plist (+2 lines)
Lines 10-16 Link Here
10
include/guichan/event.hpp
10
include/guichan/event.hpp
11
include/guichan/exception.hpp
11
include/guichan/exception.hpp
12
include/guichan/focushandler.hpp
12
include/guichan/focushandler.hpp
13
include/guichan/focuslistener.hpp
13
include/guichan/font.hpp
14
include/guichan/font.hpp
15
include/guichan/genericinput.hpp
14
include/guichan/graphics.hpp
16
include/guichan/graphics.hpp
15
include/guichan/gui.hpp
17
include/guichan/gui.hpp
16
include/guichan/glut.hpp
18
include/guichan/glut.hpp

Return to bug 119056