Date: Mon, 20 Mar 2017 13:23:17 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436542 - head/multimedia/abby Message-ID: <201703201323.v2KDNHXv031852@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Mar 20 13:23:17 2017 New Revision: 436542 URL: https://svnweb.freebsd.org/changeset/ports/436542 Log: - Fix fetch - Switch to options helpers Modified: head/multimedia/abby/Makefile head/multimedia/abby/pkg-descr Modified: head/multimedia/abby/Makefile ============================================================================== --- head/multimedia/abby/Makefile Mon Mar 20 13:20:41 2017 (r436541) +++ head/multimedia/abby/Makefile Mon Mar 20 13:23:17 2017 (r436542) @@ -5,31 +5,25 @@ PORTNAME= abby PORTVERSION= 0.4.8 PORTREVISION= 3 CATEGORIES= multimedia net -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/abby/ MAINTAINER= ports@FreeBSD.org COMMENT= Front-end for c/clive -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -OPTIONS_DEFINE= CCLIVE -OPTIONS_DEFAULT= CCLIVE -CCLIVE_DESC= Use cclive backend (instead of clive) +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= qmake tar:bzip2 USE_QT4= gui network xml moc_build rcc_build uic_build PLIST_FILES= bin/abby -.include <bsd.port.options.mk> +OPTIONS_DEFINE= CCLIVE +OPTIONS_DEFAULT= CCLIVE +CCLIVE_DESC= Use cclive backend (instead of clive) -.if ${PORT_OPTIONS:MCCLIVE} -RUN_DEPENDS+= cclive>=0.5.6:multimedia/cclive -.else -RUN_DEPENDS+= clive>=2.2.5:multimedia/clive -.endif +CCLIVE_RUN_DEPENDS= cclive>=0.5.6:multimedia/cclive +CCLIVE_RUN_DEPENDS_OFF= clive>=2.2.5:multimedia/clive do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abby ${STAGEDIR}${PREFIX}/bin/abby Modified: head/multimedia/abby/pkg-descr ============================================================================== --- head/multimedia/abby/pkg-descr Mon Mar 20 13:20:41 2017 (r436541) +++ head/multimedia/abby/pkg-descr Mon Mar 20 13:23:17 2017 (r436542) @@ -2,4 +2,4 @@ abby is a front-end for cclive and clive be used to download videos from Youtube and similar video websites. -WWW: http://abby.googlecode.com/ +WWW: https://code.google.com/archive/p/abby/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703201323.v2KDNHXv031852>