diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-vector-algorithms/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-vector-algorithms/PLIST | 5 | ||||
-rw-r--r-- | devel/hs-vector-algorithms/buildlink3.mk | 6 | ||||
-rw-r--r-- | devel/hs-vector-algorithms/distinfo | 10 |
4 files changed, 14 insertions, 12 deletions
diff --git a/devel/hs-vector-algorithms/Makefile b/devel/hs-vector-algorithms/Makefile index e85679dcaf5..4332cbf3a0c 100644 --- a/devel/hs-vector-algorithms/Makefile +++ b/devel/hs-vector-algorithms/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2015/05/09 11:22:26 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.5 2015/12/13 14:11:25 szptvlfn Exp $ -DISTNAME= vector-algorithms-0.6.0.3 -PKGREVISION= 3 +DISTNAME= vector-algorithms-0.7.0.1 CATEGORIES= devel MAINTAINER= szptvlfn@NetBSD.org diff --git a/devel/hs-vector-algorithms/PLIST b/devel/hs-vector-algorithms/PLIST index 3922d2d5425..ff762cd8efa 100644 --- a/devel/hs-vector-algorithms/PLIST +++ b/devel/hs-vector-algorithms/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/08/16 22:23:42 szptvlfn Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/12/13 14:11:25 szptvlfn Exp $ lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Algorithms/AmericanFlag.hi lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Algorithms/Common.hi lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Algorithms/Heap.hi @@ -8,6 +8,7 @@ lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Algorithms/Me lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Algorithms/Optimal.hi lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Algorithms/Radix.hi lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Algorithms/Search.hi +lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/Data/Vector/Algorithms/Tim.hi lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/HSvector-algorithms-${PKGVERSION}.o lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/include/vector.h lib/vector-algorithms-${PKGVERSION}/${HASKELL_VERSION}/libHSvector-algorithms-${PKGVERSION}.a @@ -21,6 +22,7 @@ ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithm ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Optimal.html ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Radix.html ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Search.html +${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/Data-Vector-Algorithms-Tim.html ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/doc-index.html ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/frames.html ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/haddock-util.js @@ -35,6 +37,7 @@ ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/mini_Data-Vector-Algo ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/mini_Data-Vector-Algorithms-Optimal.html ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/mini_Data-Vector-Algorithms-Radix.html ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/mini_Data-Vector-Algorithms-Search.html +${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/mini_Data-Vector-Algorithms-Tim.html ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/minus.gif ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/ocean.css ${PLIST.doc}share/doc/vector-algorithms-${PKGVERSION}/html/plus.gif diff --git a/devel/hs-vector-algorithms/buildlink3.mk b/devel/hs-vector-algorithms/buildlink3.mk index 5764146ac1d..9043852248a 100644 --- a/devel/hs-vector-algorithms/buildlink3.mk +++ b/devel/hs-vector-algorithms/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.5 2015/05/09 11:22:26 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2015/12/13 14:11:25 szptvlfn Exp $ BUILDLINK_TREE+= hs-vector-algorithms .if !defined(HS_VECTOR_ALGORITHMS_BUILDLINK3_MK) HS_VECTOR_ALGORITHMS_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-vector-algorithms+= hs-vector-algorithms>=0.6.0 -BUILDLINK_ABI_DEPENDS.hs-vector-algorithms+= hs-vector-algorithms>=0.6.0.3nb3 +BUILDLINK_API_DEPENDS.hs-vector-algorithms+= hs-vector-algorithms>=0.7.0 +BUILDLINK_ABI_DEPENDS.hs-vector-algorithms+= hs-vector-algorithms>=0.7.0.1 BUILDLINK_PKGSRCDIR.hs-vector-algorithms?= ../../devel/hs-vector-algorithms .include "../../devel/hs-mtl/buildlink3.mk" diff --git a/devel/hs-vector-algorithms/distinfo b/devel/hs-vector-algorithms/distinfo index 3abe63824f0..70578afbe8a 100644 --- a/devel/hs-vector-algorithms/distinfo +++ b/devel/hs-vector-algorithms/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:27:34 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/12/13 14:11:25 szptvlfn Exp $ -SHA1 (vector-algorithms-0.6.0.3.tar.gz) = 9835fe3e61d1e0c658bdfdfdaa289d2f89f94c1c -RMD160 (vector-algorithms-0.6.0.3.tar.gz) = f0b3a1b2854a2b0adefeed8066bcd28796dc2894 -SHA512 (vector-algorithms-0.6.0.3.tar.gz) = 40743d262ac410c9863924572d62dd0bab87b07521ab0df29d4dfa8c35ea873483f9afa4cfef0dc51edeb725b662a49427781e3e66a4b4aff693784e36b030fc -Size (vector-algorithms-0.6.0.3.tar.gz) = 20273 bytes +SHA1 (vector-algorithms-0.7.0.1.tar.gz) = 23bce1a46cab11cb310ee8c953ec1db9b85dda1b +RMD160 (vector-algorithms-0.7.0.1.tar.gz) = f818cf4a0d2815e6e6522dd0514a56a83f669e0a +SHA512 (vector-algorithms-0.7.0.1.tar.gz) = 1ea718eeb062defee830fa7dba323981678691c5d320b8929dcd695af17f82d65007cfd35103310026dab51cf10462dbead09082fc0ba5ddd0c2e18e305c4c6a +Size (vector-algorithms-0.7.0.1.tar.gz) = 25435 bytes |