summaryrefslogtreecommitdiff
path: root/net/quvi/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2011-06-18 22:18:13 +0000
committerryoon <ryoon>2011-06-18 22:18:13 +0000
commit518b8848c175657b4478e53cd1ea66272cb64041 (patch)
tree76a9a703a57498cfb32364d67b8b83ea3245d950 /net/quvi/Makefile
parentb5878f76f8d0734678bd0ca14477e54067f82a8a (diff)
downloadpkgsrc-518b8848c175657b4478e53cd1ea66272cb64041.tar.gz
Update to 0.2.17
* PCRE is not needed anymore. Changlog: 0.2.17 Fri Jun 17 2011 Toni Gundogdu Changes: dist - Remove --enable-verbose-test, set TEST_VERBOSE for same effect - Rewrite doc/ files for NaturalDocs and place under doc/nd/ - Add doc/nd/ with NaturalDocs formatted text files - These are not installed with quvi, see also --with-doc below - Bump libcurl prerequisite to 7.18.2 (#58) - Rename --with-man -> --with-manual - Remove --with-doc - Apart from doc/man1/quvi.1, nothing is installed from doc/ - See also --with-manual Changes: API - Mark QUVIOPT_WRITEFUNCTION as deprecated (removed in 0.2.20) - Remove QUVI_WRITEFUNC_ABORT - Remove quvi_callback_write - Rewrite header files to use NaturalDocs comments instead - Move function descriptions to src/lib/*_api.c - Add quvi_query_formats Changes: quvi - Make minor changes to "--support arg" output - Add --query-formats Changes: Webscripts - academicearth.lua: Rewrite to redirect to Blip - collegehumor.lua: Add support for dorkly (#55) - Thanks to Lionel Elie Mamane for the original patch - vimeo.lua: Handle player.vimeo.com URLs (#56) - Thanks Lionel Fixes: Webscripts - bikeradar.lua: Title parsing
Diffstat (limited to 'net/quvi/Makefile')
-rw-r--r--net/quvi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/quvi/Makefile b/net/quvi/Makefile
index 5689145eaaf..497befd069b 100644
--- a/net/quvi/Makefile
+++ b/net/quvi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2011/06/09 11:21:12 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2011/06/18 22:18:13 ryoon Exp $
#
-DISTNAME= quvi-0.2.16
+DISTNAME= quvi-0.2.17
CATEGORIES= net multimedia www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quvi/}
EXTRACT_SUFX= .tar.bz2
@@ -22,8 +22,8 @@ CONFIGURE_ARGS+= --enable-nsfw
PKGCONFIG_OVERRIDE+= libquvi.pc.in
-BUILDLINK_API_DEPENDS.pcre+= pcre>=7.8
-.include "../../devel/pcre/buildlink3.mk"
+#BUILDLINK_API_DEPENDS.pcre+= pcre>=7.8
+#.include "../../devel/pcre/buildlink3.mk"
BUILDLINK_API_DEPENDS.curl+= curl>=7.18.0
.include "../../www/curl/buildlink3.mk"
BUILDLINK_API_DEPENDS.libiconv+= libiconv>=1.12.0