diff options
author | jperkin <jperkin> | 2013-02-06 23:20:50 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-02-06 23:20:50 +0000 |
commit | 3f77c48b9aa5259445074dd7190ffd1dbb9b5d62 (patch) | |
tree | d7d0af5d9808c460db88c75cae427e48392a4fee /audio/streamtuner | |
parent | 1ccbd780ba71816ea648791c1b1de87abad8419c (diff) | |
download | pkgsrc-3f77c48b9aa5259445074dd7190ffd1dbb9b5d62.tar.gz |
PKGREVISION bumps for the security/openssl 1.0.1d update.
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 4 | ||||
-rw-r--r-- | audio/streamtuner/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 59e47e21c68..df68f35f772 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2012/12/16 01:51:59 obache Exp $ +# $NetBSD: Makefile,v 1.62 2013/02/06 23:21:36 jperkin Exp $ # DISTNAME= streamtuner-0.99.99 -PKGREVISION= 25 +PKGREVISION= 26 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ diff --git a/audio/streamtuner/buildlink3.mk b/audio/streamtuner/buildlink3.mk index 2a9edce4df1..7f283d0eb33 100644 --- a/audio/streamtuner/buildlink3.mk +++ b/audio/streamtuner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.29 2012/12/16 01:51:59 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.30 2013/02/06 23:21:36 jperkin Exp $ BUILDLINK_TREE+= streamtuner @@ -6,7 +6,7 @@ BUILDLINK_TREE+= streamtuner STREAMTUNER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.streamtuner+= streamtuner>=0.99 -BUILDLINK_ABI_DEPENDS.streamtuner+= streamtuner>=0.99.99nb25 +BUILDLINK_ABI_DEPENDS.streamtuner+= streamtuner>=0.99.99nb26 BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner .include "../../www/curl/buildlink3.mk" |