diff options
author | bjs <bjs> | 2008-06-13 05:14:00 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-06-13 05:14:00 +0000 |
commit | 7b3966659874bf45a1bacd7d585547c7fc48644c (patch) | |
tree | 2ed199137a1acb55cb9f1a497b34426363205024 /audio/libspiff/Makefile | |
parent | 9646bad5fb11615e6d0e6026141ffb0564237824 (diff) | |
download | pkgsrc-7b3966659874bf45a1bacd7d585547c7fc48644c.tar.gz |
Update to version 0.8.3. Bump BUILDLINK_ABI_DEPENDS, as there was a
soname version bump.
2008-03-08 -- 0.8.3
* Fixed: No more compile errors from GCC 4.3 (#1815520)
Thanks to Cristian Rodriguez for the patch!
* Added: Version guards for Autoconf/Automake
Thanks to Martin Michlmayr for reporting!
* Fixed: Compile error on Windows caused by out-of-date
file lists
* Fixed: Bundled Win32 uriparser updated to 0.6.4
* Soname: 1:3:0
Diffstat (limited to 'audio/libspiff/Makefile')
-rw-r--r-- | audio/libspiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libspiff/Makefile b/audio/libspiff/Makefile index 22f652bfa76..f48c1bda982 100644 --- a/audio/libspiff/Makefile +++ b/audio/libspiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/11/08 20:25:25 bjs Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/13 05:14:00 bjs Exp $ # -DISTNAME= libspiff-0.8.2 +DISTNAME= libspiff-0.8.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libspiff/} EXTRACT_SUFX= .tar.bz2 |