From owner-svn-ports-all@freebsd.org Mon Mar 20 13:23:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A9D9D143A3; Mon, 20 Mar 2017 13:23:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 410161CD7; Mon, 20 Mar 2017 13:23:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2KDNHn6031854; Mon, 20 Mar 2017 13:23:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2KDNHXv031852; Mon, 20 Mar 2017 13:23:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703201323.v2KDNHXv031852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 20 Mar 2017 13:23:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436542 - head/multimedia/abby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 13:23:18 -0000 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 +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/