From yinjieh@csie.nctu.edu.tw  Mon Sep 20 15:53:52 2004
Return-Path: <yinjieh@csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 31EED16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 15:53:52 +0000 (GMT)
Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 95F3E43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 15:53:51 +0000 (GMT)
	(envelope-from yinjieh@csie.nctu.edu.tw)
Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1])
	by alumni.csie.nctu.edu.tw (8.12.11/8.12.9) with ESMTP id i8KFre1F097439
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2004 23:53:40 +0800 (CST)
Received: (from yinjieh@localhost)
	by alumni.csie.nctu.edu.tw (8.12.11/8.12.3/Submit) id i8KFrehU097438;
	Mon, 20 Sep 2004 23:53:40 +0800 (CST)
Message-Id: <200409201553.i8KFrehU097438@alumni.csie.nctu.edu.tw>
Date: Mon, 20 Sep 2004 23:53:40 +0800 (CST)
From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] Update ports/games/asc to 1.15.0.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71943
>Category:       ports
>Synopsis:       [maintainer-update] Update ports/games/asc to 1.15.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 16:00:47 GMT 2004
>Closed-Date:    Fri Sep 24 05:23:45 GMT 2004
>Last-Modified:  Fri Sep 24 05:23:45 GMT 2004
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
MANA lab, CCU CS
>Environment:
System: FreeBSD nb.mana.cs.ccu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Fri Sep 17 05:04:28 GMT 2004 root@nb.mana.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386


	
>Description:

	[maintainer-update] Update ports/games/asc to 1.15.0.0

>How-To-Repeat:

	Apply the following patch.

>Fix:

	

--- asc.patch begins here ---
diff -ruN asc.orig/Makefile asc/Makefile
--- asc.orig/Makefile	Mon Sep 20 18:44:50 2004
+++ asc/Makefile	Mon Sep 20 22:11:07 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	asc
-PORTVERSION=	1.13.8.0
-PORTREVISION=	2
+PORTVERSION=	1.15.0.0
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	asc-hq
@@ -16,7 +15,8 @@
 MAINTAINER=	yinjieh@csie.nctu.edu.tw
 COMMENT=	A turn based, multiplayer strategic game with very nice graphics
 
-LIB_DEPENDS=	paragui.4:${PORTSDIR}/x11-toolkits/paragui
+LIB_DEPENDS=	paragui.4:${PORTSDIR}/x11-toolkits/paragui \
+		sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
@@ -32,6 +32,8 @@
 CONFIGURE_ARGS=	--disable-paraguitest
 
 OPTIONS=	MUSIC "Install extra music files" off
+
+MAN6=		asc.6 asc_demount.6 asc_mount.6 asc_mapedit.6 asc_makegfx.6 asc_weaponguide.6
 
 .include <bsd.port.pre.mk>
 
diff -ruN asc.orig/distinfo asc/distinfo
--- asc.orig/distinfo	Mon Sep 20 18:44:51 2004
+++ asc/distinfo	Mon Sep 20 18:53:22 2004
@@ -1,5 +1,5 @@
-MD5 (asc-source-1.13.8.0.tar.gz) = 1816545a8b637de258038a348ee8f113
-SIZE (asc-source-1.13.8.0.tar.gz) = 6409642
+MD5 (asc-source-1.15.0.0.tar.gz) = eaa126cc0cf3ad202684e685c924e48c
+SIZE (asc-source-1.15.0.0.tar.gz) = 7899474
 MD5 (frontiers.mp3) = 560f5783836b309906e57e77417f3864
 SIZE (frontiers.mp3) = 4407769
 MD5 (time_to_strike.mp3) = f0ab3c633f51430af0445ecaa02e3197
diff -ruN asc.orig/pkg-plist asc/pkg-plist
--- asc.orig/pkg-plist	Mon Sep 20 18:44:51 2004
+++ asc/pkg-plist	Mon Sep 20 21:45:44 2004
@@ -1,12 +1,8 @@
 bin/asc
-bin/asc_bin2text
 bin/asc_demount
 bin/asc_makegfx
-bin/asc_map2pcx
 bin/asc_mapedit
 bin/asc_mount
-bin/asc_raw2pcx
-bin/asc_viewid
 bin/asc_weaponguide
 share/games/asc/asc.gfx
 share/games/asc/asc_dlg.zip
--- asc.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->thierry 
Responsible-Changed-By: thierry 
Responsible-Changed-When: Thu Sep 23 20:10:16 GMT 2004 
Responsible-Changed-Why:  

Take it. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=71943 
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: Fri Sep 24 05:23:19 GMT 2004 
State-Changed-Why:  

Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=71943 
>Unformatted:
