diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-16 01:53:27 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-16 01:53:27 +0800 |
commit | ffa12be7ec062f94d3fecd3366006b0c25a63479 (patch) | |
tree | c29558a72435bf133d489fabe14978f93db4427a /audio/cpige | |
parent | b4da84a2a325f32a5be248e89368b4ae72020430 (diff) | |
download | freebsd-ports-gnome-ffa12be7ec062f94d3fecd3366006b0c25a63479.tar.gz freebsd-ports-gnome-ffa12be7ec062f94d3fecd3366006b0c25a63479.tar.zst freebsd-ports-gnome-ffa12be7ec062f94d3fecd3366006b0c25a63479.zip |
Update to 1.4-2
PR: 94484
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Diffstat (limited to 'audio/cpige')
-rw-r--r-- | audio/cpige/Makefile | 8 | ||||
-rw-r--r-- | audio/cpige/distinfo | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/audio/cpige/Makefile b/audio/cpige/Makefile index 2f6cd55f2503..098982c50bf3 100644 --- a/audio/cpige/Makefile +++ b/audio/cpige/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cpige -DISTVERSION= 1.4 +DISTVERSION= 1.4-2 CATEGORIES= audio MASTER_SITES= http://ed.zehome.com/cpige/ @@ -17,9 +17,13 @@ USE_GMAKE= yes MAKE_ARGS= CC="${CC}" -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-1//} PLIST_FILES= bin/cpige +.ifdef(WITH_DEBUG) +CFLAGS+= -g -DDEBUG +STRIP= +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff --git a/audio/cpige/distinfo b/audio/cpige/distinfo index ebae330cc1e8..937631a1c063 100644 --- a/audio/cpige/distinfo +++ b/audio/cpige/distinfo @@ -1,3 +1,3 @@ -MD5 (cpige-1.4.tar.gz) = 50aa8eb75cbabcaef61ad3cb03561acb -SHA256 (cpige-1.4.tar.gz) = 890d4c23de8e9ad1d628252491112d7e1c3ad1b62f26f790e4867f128f5503f9 -SIZE (cpige-1.4.tar.gz) = 28454 +MD5 (cpige-1.4-2.tar.gz) = 21316625bf1a8bd159530006e437386f +SHA256 (cpige-1.4-2.tar.gz) = ff3e962fc20646a3ee7d80f451d568a818d15bbaa7aab537ae49af3f962a96fe +SIZE (cpige-1.4-2.tar.gz) = 28979 |