From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 14 21:30:06 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1752A16A41F for ; Wed, 14 Dec 2005 21:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 434CB43D46 for ; Wed, 14 Dec 2005 21:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBELU3Cr093915 for ; Wed, 14 Dec 2005 21:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBELU2Hj093914; Wed, 14 Dec 2005 21:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 14 Dec 2005 21:30:02 GMT Resent-Message-Id: <200512142130.jBELU2Hj093914@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean Milanez Melo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3458916A41F for ; Wed, 14 Dec 2005 21:20:36 +0000 (GMT) (envelope-from jmelo@capeta.freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.FreeBSD.org (Postfix) with SMTP id A62D043D78 for ; Wed, 14 Dec 2005 21:20:32 +0000 (GMT) (envelope-from jmelo@capeta.freebsdbrasil.com.br) Received: (qmail 52589 invoked by uid 1003); 14 Dec 2005 19:20:32 -0200 Message-Id: <20051214212032.52588.qmail@capeta.freebsdbrasil.com.br> Date: 14 Dec 2005 19:20:32 -0200 From: Jean Milanez Melo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: hotaru@tail.net Subject: ports/90404: Update port: games/oneko-sakura update distfile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean Milanez Melo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2005 21:30:06 -0000 >Number: 90404 >Category: ports >Synopsis: Update port: games/oneko-sakura update distfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 14 21:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean Milanez Melo >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386 >Description: - Updated the distinfo, the tarball name is now oneko-1.2.sakura.5.tar.gz. - Bumped portrevision to 1. - Patchfile is not necessary anymore to this portversion. I've tested and it's work well. - Added missing plist file: oneko.6.html - Maintainer has been CCed. >How-To-Repeat: >Fix: --- oneko-sakura.diff begins here --- diff -ruN oneko-sakura.old/Makefile oneko-sakura/Makefile --- oneko-sakura.old/Makefile Fri Feb 6 11:11:20 2004 +++ oneko-sakura/Makefile Wed Dec 14 19:17:38 2005 @@ -7,14 +7,10 @@ PORTNAME= oneko PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://riksun.riken.go.jp/archives/Linux/pje/PJE-0.1.5/sources/xclt/oneko/ \ - http://hp.vector.co.jp/authors/VA004959/oneko/ -PKGNAMESUFFIX= -sakura5 - -PATCH_SITES= http://www.daidouji.com/oneko/distfiles/ -PATCHFILES= oneko-1.2.sakura.5.diff.gz -PATCH_DIST_STRIP= -p1 +MASTER_SITES= http://www.daidouji.com/oneko/distfiles/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.sakura.5 MAINTAINER= hotaru@tail.net COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen @@ -22,15 +18,13 @@ USE_IMAKE= yes USE_REINPLACE= yes MAN6= oneko.6 -PLIST_FILES= bin/oneko +PLIST_FILES= bin/oneko \ + lib/X11/doc/html/oneko.6.html NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp.f-2.co.jp/" -RESTRICTED_FILES= ${PATCHFILES} -pre-patch: +pre-configure: @${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \ ${WRKSRC}/Imakefile - -pre-configure: @${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/Imakefile .include diff -ruN oneko-sakura.old/distinfo oneko-sakura/distinfo --- oneko-sakura.old/distinfo Wed Mar 31 00:08:00 2004 +++ oneko-sakura/distinfo Wed Dec 14 18:31:59 2005 @@ -1,4 +1,3 @@ -MD5 (oneko-1.2.tar.gz) = 890a476b54e13bfd4ab21440c6a5a8e2 -SIZE (oneko-1.2.tar.gz) = 56353 -MD5 (oneko-1.2.sakura.5.diff.gz) = 437dab4e829f6e4d39f7326e5d6749c1 -SIZE (oneko-1.2.sakura.5.diff.gz) = 29593 +MD5 (oneko-1.2.sakura.5.tar.gz) = 456b318fa6e61431bf4f0a42b110014a +SHA256 (oneko-1.2.sakura.5.tar.gz) = 2c2e05f1241e9b76f54475b5577cd4fb6670de058218d04a741a04ebd4a2b22f +SIZE (oneko-1.2.sakura.5.tar.gz) = 76825 --- oneko-sakura.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: