From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 2 17:40:18 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 8234716A41F for ; Fri, 2 Sep 2005 17:40:18 +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 EC97F43D4C for ; Fri, 2 Sep 2005 17:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j82HeHEf054208 for ; Fri, 2 Sep 2005 17:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j82HeHkj054207; Fri, 2 Sep 2005 17:40:17 GMT (envelope-from gnats) Resent-Date: Fri, 2 Sep 2005 17:40:17 GMT Resent-Message-Id: <200509021740.j82HeHkj054207@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, UMENO Takashi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D24316A41F for ; Fri, 2 Sep 2005 17:36:53 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF6F943D55 for ; Fri, 2 Sep 2005 17:36:52 +0000 (GMT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (localhost [127.0.0.1]) by belldandy.unnumbered.net (8.13.4/8.13.4) with ESMTP id j82Hapjj049938 for ; Sat, 3 Sep 2005 02:36:51 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.13.4/8.13.4/Submit) id j82HapqM049937; Sat, 3 Sep 2005 02:36:51 +0900 (JST) (envelope-from umeno) Message-Id: <200509021736.j82HapqM049937@belldandy.unnumbered.net> Date: Sat, 3 Sep 2005 02:36:51 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85647: Maintainer Update: games/ninix-aya to 3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 17:40:18 -0000 >Number: 85647 >Category: ports >Synopsis: Maintainer Update: games/ninix-aya to 3.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 02 17:40:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 5.4-STABLE i386 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Aug 30 01:30:36 JST 2005 root@belldandy.unnumbered.net:/usr/obj/usr/src/sys/MISUZU1 i386 >Description: Maintainer Update: games/ninix-aya to 3.6 and, japanese/pycodec is removed from RUN_DEPENDS if python2.4 is used. This send-pr will supersede PR: ports/84729 >How-To-Repeat: N/A >Fix: diff -urN ninix-aya.orig/Makefile ninix-aya/Makefile --- ninix-aya.orig/Makefile Fri Jul 8 22:20:51 2005 +++ ninix-aya/Makefile Sat Sep 3 02:13:26 2005 @@ -6,10 +6,10 @@ # PORTNAME= ninix-aya -PORTVERSION= 3.4.6 +PORTVERSION= 3.6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ninix-aya/15477 +MASTER_SITE_SUBDIR= ninix-aya/16018 DISTNAME= ninix-aya-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -19,8 +19,12 @@ LIB_DEPENDS= png:${PORTSDIR}/graphics/png RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ lha:${PORTSDIR}/archivers/lha \ - ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 + +PYVERSION= ${PYTHON_VERSION:S/^python//} +.if defined(PYTHON_VERSION) && ${PYVERSION:S/.//} < 24 +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec +.endif # defined(PYVERSION) && ${PYVERSION:S/.//} < 24 USE_PYTHON= yes USE_X_PREFIX= yes diff -urN ninix-aya.orig/distinfo ninix-aya/distinfo --- ninix-aya.orig/distinfo Fri Jul 8 22:20:51 2005 +++ ninix-aya/distinfo Sat Aug 13 20:35:28 2005 @@ -1,2 +1,2 @@ -MD5 (ninix-aya-3.4.6.tgz) = 85e0081bb7341e906f746569ee4b18d3 -SIZE (ninix-aya-3.4.6.tgz) = 267118 +MD5 (ninix-aya-3.6.tgz) = 6c495ea5f44409aae78b284a7db10e1e +SIZE (ninix-aya-3.6.tgz) = 271964 >Release-Note: >Audit-Trail: >Unformatted: