- Update to 0.9
- Add new MASTER_SITES for more robustness PR: ports/63889 Submitted by: maintainer
This commit is contained in:
parent
887b6d3de3
commit
4a462d4c38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103217
3 changed files with 6 additions and 4 deletions
|
@ -6,9 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= cd-discid
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://frantica.lly.org/~rcw/cd-discid/
|
||||
MASTER_SITES= http://lly.org/~rcw/cd-discid/ \
|
||||
http://www.soulwax.net/freebsd/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= chopra@soulwax.net
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (cd-discid_0.8.orig.tar.gz) = 90278a3c6e267da2df6b9ab8b0fefce8
|
||||
MD5 (cd-discid_0.9.orig.tar.gz) = 64677b8b63d1db0db015043f5455171a
|
||||
SIZE (cd-discid_0.9.orig.tar.gz) = 11217
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
--- Makefile.orig Wed Oct 22 16:40:23 2003
|
||||
+++ Makefile Wed Oct 22 16:40:34 2003
|
||||
@@ -1,6 +1,6 @@
|
||||
VERSION = 0.8
|
||||
VERSION = 0.9
|
||||
-CC = gcc
|
||||
-CFLAGS = -g -O2
|
||||
+CC ?= cc
|
||||
|
|
Loading…
Reference in a new issue