From owner-svn-ports-head@freebsd.org Fri Apr 10 14:19:53 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 837412BEED2; Fri, 10 Apr 2020 14:19:53 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48zKsP2nKFz45rY; Fri, 10 Apr 2020 14:19:53 +0000 (UTC) (envelope-from mich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AD8F276A4; Fri, 10 Apr 2020 14:19:53 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03AEJrYP025195; Fri, 10 Apr 2020 14:19:53 GMT (envelope-from mich@FreeBSD.org) Received: (from mich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03AEJrCi025194; Fri, 10 Apr 2020 14:19:53 GMT (envelope-from mich@FreeBSD.org) Message-Id: <202004101419.03AEJrCi025194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mich set sender to mich@FreeBSD.org using -f From: Michael Landin Date: Fri, 10 Apr 2020 14:19:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531321 - head/www/p5-WWW-IMDb X-SVN-Group: ports-head X-SVN-Commit-Author: mich X-SVN-Commit-Paths: head/www/p5-WWW-IMDb X-SVN-Commit-Revision: 531321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2020 14:19:53 -0000 Author: mich Date: Fri Apr 10 14:19:52 2020 New Revision: 531321 URL: https://svnweb.freebsd.org/changeset/ports/531321 Log: - unbreak and add license Modified: head/www/p5-WWW-IMDb/Makefile Modified: head/www/p5-WWW-IMDb/Makefile ============================================================================== --- head/www/p5-WWW-IMDb/Makefile Fri Apr 10 13:37:32 2020 (r531320) +++ head/www/p5-WWW-IMDb/Makefile Fri Apr 10 14:19:52 2020 (r531321) @@ -5,16 +5,14 @@ PORTNAME= IMDb PORTVERSION= 0.01 PORTREVISION= 2 CATEGORIES= www perl5 -MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ PKGNAMEPREFIX= p5-WWW- DISTNAME= IMDb-current MAINTAINER= mich@FreeBSD.org COMMENT= Perl interface to query the Internet Movie Database(IMDb) -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 +LICENSE= GPLv2+ RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-XML-LibXML>=0:textproc/p5-XML-LibXML