Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/cpige/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 14 Jan 2006 02:15:52 -0000 1.7 +++ Makefile 20 Feb 2006 23:05:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= cpige -DISTVERSION= 1.3-1 +DISTVERSION= 1.4 CATEGORIES= audio MASTER_SITES= http://ed.zehome.com/cpige/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/cpige/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 14 Jan 2006 02:15:52 -0000 1.6 +++ distinfo 20 Feb 2006 23:05:00 -0000 @@ -1,3 +1,3 @@ -MD5 (cpige-1.3-1.tar.gz) = dab250e801c11690e43fd8c7771f8251 -SHA256 (cpige-1.3-1.tar.gz) = 6dd5dc228245bcce5f5fe6510ac4977b7293a2c72b06aa065153baaa992ffb23 -SIZE (cpige-1.3-1.tar.gz) = 22094 +MD5 (cpige-1.4.tar.gz) = 50aa8eb75cbabcaef61ad3cb03561acb +SHA256 (cpige-1.4.tar.gz) = 890d4c23de8e9ad1d628252491112d7e1c3ad1b62f26f790e4867f128f5503f9 +SIZE (cpige-1.4.tar.gz) = 28454 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/audio/cpige/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 4 Apr 2005 01:31:45 -0000 1.1 +++ pkg-descr 20 Feb 2006 23:05:00 -0000 @@ -2,4 +2,4 @@ "Artist - Track.mp3" files. It can also record on an hour-by-hour basis. -WWW: http://ed.zehome.com/?page=cpige +WWW: http://ed.zehome.com/?page=cpige-en Index: files/patch-Makefile =================================================================== RCS file: files/patch-Makefile diff -N files/patch-Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-Makefile 20 Feb 2006 23:05:00 -0000 @@ -0,0 +1,14 @@ +--- Makefile.dist Tue Feb 21 00:48:26 2006 ++++ Makefile Tue Feb 21 00:49:17 2006 +@@ -1,9 +1,9 @@ + CC ?= gcc + CFLAGS +=-Wall + +-ifeq ($(NOCONFIG),1) ++.ifdef(NOCONFIG) + CFLAGS += -DNOCONFIG +-endif ++.endif + + OBJS = debug.o mytime.o tool.o pool.o config.o cpige.o +