diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
commit | e2ed082147d0baef1df737d3b0dc076b17baeeaf (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /audio | |
parent | 10f2a435dce3442017cb96d33dd3217c90edfb6f (diff) | |
download | freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.gz freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.zst freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.zip |
Chase security/libgcrypt update
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ario/Makefile | 2 | ||||
-rw-r--r-- | audio/gogglesmm/Makefile | 4 | ||||
-rw-r--r-- | audio/libmtp/Makefile | 1 | ||||
-rw-r--r-- | audio/pianobar/Makefile | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 131efdedac37..5f2963d6fe95 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -3,7 +3,7 @@ PORTNAME= ario PORTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index d9971d849319..589a5f1ef0a3 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -3,7 +3,7 @@ PORTNAME= gogglesmm PORTVERSION= 0.12.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE @@ -49,7 +49,7 @@ LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-toolkits/fox17 .endif .if ${PORT_OPTIONS:MGCRYPT} -LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --with-md5=gcrypt .else CONFIGURE_ARGS+= --with-md5=internal diff --git a/audio/libmtp/Makefile b/audio/libmtp/Makefile index 7fa3a0aaba79..757a8d0a4a93 100644 --- a/audio/libmtp/Makefile +++ b/audio/libmtp/Makefile @@ -3,6 +3,7 @@ PORTNAME= libmtp PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index a3a8e75b7a93..7255085843d7 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -3,7 +3,7 @@ PORTNAME= pianobar PORTVERSION= 2012.12.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ |