diff options
author | krion <krion@FreeBSD.org> | 2004-04-21 05:45:10 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-21 05:45:10 +0800 |
commit | e4a176886a5209c557abcae0f0e14ecab95910d2 (patch) | |
tree | b2048661251fa6757becf27d72ef6b9b0c3c499e | |
parent | ef780295eca6cd3f7c951469b24834073c37969f (diff) | |
download | freebsd-ports-gnome-e4a176886a5209c557abcae0f0e14ecab95910d2.tar.gz freebsd-ports-gnome-e4a176886a5209c557abcae0f0e14ecab95910d2.tar.zst freebsd-ports-gnome-e4a176886a5209c557abcae0f0e14ecab95910d2.zip |
- Update to version 3.1.10
PR: ports/65825
Submitted by: michael johnson <ahze at ahze dot net>
-rw-r--r-- | audio/grip/Makefile | 4 | ||||
-rw-r--r-- | audio/grip/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 818240aa41b2..ff71d4621fb6 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grip -PORTVERSION= 3.1.9 +PORTVERSION= 3.1.10 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,6 +24,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +OPTIONS= CDPARANOIA "Enable cdparanoia support" off + .if defined(WITH_CDPARANOIA) LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia .else diff --git a/audio/grip/distinfo b/audio/grip/distinfo index 561cd3e47c8f..256f1c70df80 100644 --- a/audio/grip/distinfo +++ b/audio/grip/distinfo @@ -1,2 +1,2 @@ -MD5 (grip-3.1.9.tar.gz) = 3f2a6f90839105e6d583f1ce1797e6c3 -SIZE (grip-3.1.9.tar.gz) = 720916 +MD5 (grip-3.1.10.tar.gz) = d38c119bec6fbede18029ab654ddb197 +SIZE (grip-3.1.10.tar.gz) = 721984 |