From owner-svn-ports-head@freebsd.org Fri Jun 3 19:21:13 2016 Return-Path: Delivered-To: svn-ports-head@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 31BAAB69306; Fri, 3 Jun 2016 19:21:13 +0000 (UTC) (envelope-from antoine@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 DB2451299; Fri, 3 Jun 2016 19:21:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u53JLCFR062493; Fri, 3 Jun 2016 19:21:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u53JLBpu062490; Fri, 3 Jun 2016 19:21:11 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201606031921.u53JLBpu062490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 3 Jun 2016 19:21:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416331 - in head: games/cowsay irc/insub X-SVN-Group: ports-head 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.22 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, 03 Jun 2016 19:21:13 -0000 Author: antoine Date: Fri Jun 3 19:21:11 2016 New Revision: 416331 URL: https://svnweb.freebsd.org/changeset/ports/416331 Log: - Unbreak games/cowsay with a new MASTER_SITES - Pass maintainership to submitter - Undeprecate irc/insub now that cowsay isn't broken PR: 207063 Submitted by: Nikolai Lifanov Approved by: maintainer timeout (4 months) Modified: head/games/cowsay/Makefile head/games/cowsay/distinfo head/irc/insub/Makefile Modified: head/games/cowsay/Makefile ============================================================================== --- head/games/cowsay/Makefile Fri Jun 3 18:59:41 2016 (r416330) +++ head/games/cowsay/Makefile Fri Jun 3 19:21:11 2016 (r416331) @@ -5,26 +5,15 @@ PORTNAME= cowsay PORTVERSION= 3.03 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://www.nog.net/~tony/warez/ +MASTER_SITES= SF/lifanov-ports-distfiles/${CATEGORIES}/${PORTNAME} -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= lifanov@mail.lifanov.com COMMENT= Configurable talking characters in ASCII art -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 USES= perl5 NO_BUILD= # defined -.if defined(MAINTAINER_MODE) -DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}.sig -verify: fetch - @${ECHO_MSG} "Checking ${DISTNAME}${EXTRACT_SUFX}" - @gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig 2>/dev/null || echo "Bad signature!" - @${ECHO_MSG} "Done" -.endif - post-patch: @${REINPLACE_CMD} 's,usethisperl=.*,usethisperl=${PERL},' ${WRKSRC}/install.sh Modified: head/games/cowsay/distinfo ============================================================================== --- head/games/cowsay/distinfo Fri Jun 3 18:59:41 2016 (r416330) +++ head/games/cowsay/distinfo Fri Jun 3 19:21:11 2016 (r416331) @@ -1,4 +1,3 @@ +TIMESTAMP = 1464980374 SHA256 (cowsay-3.03.tar.gz) = 0b8672a7ac2b51183780db72618b42af8ec1ce02f6c05fe612510b650540b2af SIZE (cowsay-3.03.tar.gz) = 15189 -SHA256 (cowsay-3.03.tar.gz.sig) = b5ca879164549eed7d5a9da03f6307860142d91b000765508bb3cd1805cfd6f6 -SIZE (cowsay-3.03.tar.gz.sig) = 152 Modified: head/irc/insub/Makefile ============================================================================== --- head/irc/insub/Makefile Fri Jun 3 18:59:41 2016 (r416330) +++ head/irc/insub/Makefile Fri Jun 3 19:21:11 2016 (r416331) @@ -8,9 +8,6 @@ CATEGORIES= irc MAINTAINER= ports@FreeBSD.org COMMENT= Some scripts for expressing how you feel on IRC and the web -DEPRECATED= Depends on expiring games/cowsay -EXPIRATION_DATE= 2016-07-04 - RUN_DEPENDS= cowsay:games/cowsay \ figlet:misc/figlet