View | Details | Raw Unified | Return to bug 174364
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	drcreep
8
PORTNAME=	drcreep
9
PORTVERSION=	394
9
PORTVERSION=	1.0
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	SF/creep/
12
MASTER_SITES=	SF/creep/
Lines 18-24 Link Here
18
18
19
USE_SDL=	sdl
19
USE_SDL=	sdl
20
20
21
WRKSRC=		${WRKDIR}/head
21
WRKSRC=		${WRKDIR}/DrCreep
22
22
23
SUB_FILES+=	pkg-message
23
SUB_FILES+=	pkg-message
24
24
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drcreep-394.tar.gz) = 3ae2ba6a5bf84f7771d68e3e657a46730a793ed98d2c6639d7e578ebbbc0d3e1
1
SHA256 (drcreep-1.0.tar.gz) = ac8dd610323a384e872fa2ee3bd736a4f307f290c54cc9998d2986d22755a90c
2
SIZE (drcreep-394.tar.gz) = 4010157
2
SIZE (drcreep-1.0.tar.gz) = 451345
(-)files/extra-patch-src_stdafx.cpp (-10 / +11 lines)
Lines 1-10 Link Here
1
Index: src/stdafx.cpp
1
--- ./src/stdafx.cpp.orig	2012-12-11 21:48:20.000000000 +1100
2
@@ -364,7 +364,7 @@
2
+++ ./src/stdafx.cpp	2012-12-17 10:05:20.484710933 +1100
3
 
3
@@ -374,7 +374,7 @@
4
 string findType;
4
 
5
 
5
 string findType;
6
-int file_select(const struct dirent *entry) {
6
 
7
+int file_select(struct dirent *entry) {
7
-int file_select(const struct dirent *entry) {
8
 	string name = entry->d_name;
8
+int file_select(struct dirent *entry) {
9
 
9
 	string name = entry->d_name;
10
 	transform( name.begin(), name.end(), name.begin(), ::toupper );
10
 
11
 	transform( name.begin(), name.end(), name.begin(), ::toupper );

Return to bug 174364