Update to cclive-0.9.3.

This commit is contained in:
ajacoutot 2015-04-30 21:22:26 +00:00
parent c6cd2c48d5
commit f69402ebc5
3 changed files with 6 additions and 22 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2013/10/09 13:36:15 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2015/04/30 21:22:26 ajacoutot Exp $
COMMENT = media download tool
DISTNAME = cclive-0.9.2
REVISION = 0
DISTNAME = cclive-0.9.3
EXTRACT_SUFX = .tar.xz
CATEGORIES = www
@ -14,8 +13,8 @@ HOMEPAGE = http://cclive.sourceforge.net
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += boost_date_time-mt boost_filesystem-mt boost_iostreams-mt
WANTLIB += boost_program_options-mt boost_system-mt c crypto curl
WANTLIB += ffi gcrypt glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0
WANTLIB += boost_program_options-mt boost_system-mt bz2 c crypto
WANTLIB += curl ffi gcrypt glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0
WANTLIB += gpg-error idn lua5.1 m pcre pcrecpp proxy pthread quvi-0.9
WANTLIB += sigc-2.0 ssl stdc++ z

View File

@ -1,2 +1,2 @@
SHA256 (cclive-0.9.2.tar.xz) = QwO6FeRE9KWHrDpLQNeWbEKLxjZW7/V86rDMpaA/aCo=
SIZE (cclive-0.9.2.tar.xz) = 295176
SHA256 (cclive-0.9.3.tar.xz) = Lt6vXXZFVyNXfgtZPwMiqX8eDIsM/8xw7Ki10XN0pJU=
SIZE (cclive-0.9.3.tar.xz) = 296720

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-src_cc_options_h,v 1.1 2013/10/09 13:36:15 sthen Exp $
grrr. even upstream can't keep on top of their stupid incompatible changes.
--- src/cc/options.h.orig Wed Oct 9 14:30:31 2013
+++ src/cc/options.h Wed Oct 9 14:30:56 2013
@@ -469,7 +469,7 @@ struct options : boost::noncopyable
podoc.add_options()
(OPT__FILENAME_FORMAT",f",
- po::value<std::string>()->default_value("%t.%e"),
+ po::value<std::string>()->default_value("%t.%s"),
"Format of media file name")
(OPT__UPDATE_INTERVAL",i",
po::value<update_interval>()->default_value(update_interval(1)),