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

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	cpige
8
PORTNAME=	cpige
9
DISTVERSION=	1.3-1
9
DISTVERSION=	1.4
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	http://ed.zehome.com/cpige/
11
MASTER_SITES=	http://ed.zehome.com/cpige/
12
12
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cpige-1.3-1.tar.gz) = dab250e801c11690e43fd8c7771f8251
1
MD5 (cpige-1.4.tar.gz) = 50aa8eb75cbabcaef61ad3cb03561acb
2
SHA256 (cpige-1.3-1.tar.gz) = 6dd5dc228245bcce5f5fe6510ac4977b7293a2c72b06aa065153baaa992ffb23
2
SHA256 (cpige-1.4.tar.gz) = 890d4c23de8e9ad1d628252491112d7e1c3ad1b62f26f790e4867f128f5503f9
3
SIZE (cpige-1.3-1.tar.gz) = 22094
3
SIZE (cpige-1.4.tar.gz) = 28454
(-)pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
"Artist - Track.mp3" files. It can also record on an
2
"Artist - Track.mp3" files. It can also record on an
3
hour-by-hour basis.
3
hour-by-hour basis.
4
4
5
WWW: http://ed.zehome.com/?page=cpige
5
WWW: http://ed.zehome.com/?page=cpige-en
(-)files/patch-Makefile (+14 lines)
Added Link Here
1
--- Makefile.dist	Tue Feb 21 00:48:26 2006
2
+++ Makefile	Tue Feb 21 00:49:17 2006
3
@@ -1,9 +1,9 @@
4
 CC ?= gcc
5
 CFLAGS +=-Wall
6
 
7
-ifeq ($(NOCONFIG),1)
8
+.ifdef(NOCONFIG)
9
 	CFLAGS += -DNOCONFIG
10
-endif
11
+.endif
12
 
13
 OBJS = debug.o mytime.o tool.o pool.o config.o cpige.o
14
 

Return to bug 93613