summaryrefslogtreecommitdiff
path: root/audio/twolame/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2011-02-05 13:32:44 +0000
committerryoon <ryoon>2011-02-05 13:32:44 +0000
commitee660200c2dd1979487c011daa1270a9f83056b7 (patch)
tree8ed42571f3ff52a39be45341497a70f535e89ad4 /audio/twolame/Makefile
parentcebddc72a3b2890e67a5bf7f5fbb78ee14c6fbdf (diff)
downloadpkgsrc-ee660200c2dd1979487c011daa1270a9f83056b7.tar.gz
Update to 0.3.13.
Changelog: Version 0.3.13 (2010-01-21) --------------------------- - Fixed documentation location (--docdir in configure) * thanks to Chris Mayo for patch - Moved source code control to Github - Improvements to build system - Updated to autoconf 2.60, libtool 2.2, automake 1.10 and Doxygen 1.7.3 - Fix problem with 'extern inline' by changing them to 'static inline' - Wrote perl script to test output of the frontend - Changed all debugging messages, writing to stdout to write to stderr - Removed calls to exit() from libtwolame. - Added --non-copyright option (which is enabled by default) - Fix for bad copy/paste of variable assignment. - Manpage correction - Changed fopen() options to wb to fix Windows
Diffstat (limited to 'audio/twolame/Makefile')
-rw-r--r--audio/twolame/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile
index afa9ce2dea0..e29b4036a15 100644
--- a/audio/twolame/Makefile
+++ b/audio/twolame/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2009/02/21 13:22:43 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2011/02/05 13:32:44 ryoon Exp $
#
-DISTNAME= twolame-0.3.12
-PKGREVISION= 1
+DISTNAME= twolame-0.3.13
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=twolame/}