Date: Fri, 6 Feb 2004 14:44:09 +0100 (CET) From: Steffen Mazanek <smazanek@steffen-mazanek.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62424: update of the cgoban2 port, link conflict resolved Message-ID: <20040206134409.A69FC1AE@pseiko.dyndns.org> Resent-Message-ID: <200402061300.i16D0LQS072935@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62424 >Category: ports >Synopsis: update of the cgoban2 port, link conflict resolved >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 06 05:00:21 PST 2004 >Closed-Date: >Last-Modified: >Originator: Steffen Mazanek >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD pseiko 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Oct 29 14:50:36 CET 2003 pseiko@pseiko:/usr/obj/usr/src/sys/PSEIKO i386 >Description: This is an update for the cgoban2 port. It was slightly out of date. Furthermore the link conflict has been resolved by renaming the port. The PORTNAME now is cgoban2 and not cgoban anymore. >How-To-Repeat: >Fix: --- patch_for_cgoban begins here --- diff -ruN cgoban2.bak/Makefile cgoban2/Makefile --- cgoban2.bak/Makefile Wed Feb 4 06:20:18 2004 +++ cgoban2/Makefile Fri Feb 6 13:35:47 2004 @@ -2,20 +2,19 @@ # Date created: 30 October 2003 # Whom: smazanek@steffen-mazanek.de # -# $FreeBSD: ports/games/cgoban2/Makefile,v 1.3 2004/02/04 05:20:18 marcus Exp $ +# $FreeBSD: ports/games/cgoban2/Makefile,v 1.2 2004/01/08 22:07:58 pav Exp $ # -PORTNAME= cgoban -PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTNAME= cgoban2 +PORTVERSION= 2.5.6 CATEGORIES= games MASTER_SITES= http://kgs.kiseido.com/ -DISTNAME= ${PORTNAME}-unix-${PORTVERSION} +DISTNAME= cgoban-unix-${PORTVERSION} MAINTAINER= smazanek@steffen-mazanek.de COMMENT= Internet Go Server client and game editor -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/cgoban INSTALLDIR= ${PREFIX}/share/java/cgoban2 USE_JAVA= 1.3+ diff -ruN cgoban2.bak/distinfo cgoban2/distinfo --- cgoban2.bak/distinfo Thu Jan 8 23:07:58 2004 +++ cgoban2/distinfo Fri Feb 6 13:37:37 2004 @@ -1 +1 @@ -MD5 (cgoban-unix-2.5.5.tar.gz) = 290c8b833a012bfd813edcf8a5390cc1 +MD5 (cgoban-unix-2.5.6.tar.gz) = 42fe6e49aea02296a4db47d8d47db247 --- patch_for_cgoban ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040206134409.A69FC1AE>