From amdmi3@amdmi3.ru  Tue Sep  4 18:52:08 2012
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5235A1065674
	for <bug-followup@freebsd.org>; Tue,  4 Sep 2012 18:52:08 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15])
	by mx1.freebsd.org (Postfix) with ESMTP id F22DA8FC18
	for <bug-followup@freebsd.org>; Tue,  4 Sep 2012 18:52:07 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1T8xt2-0001Np-NJ; Tue, 04 Sep 2012 22:30:08 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 6A972B867;
	Tue,  4 Sep 2012 22:30:08 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 61E9B47C; Tue,  4 Sep 2012 22:30:08 +0400 (MSK)
Message-Id: <20120904183008.GA42061@hades.panopticon>
Date: Tue, 4 Sep 2012 22:30:08 +0400
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: nemysis <nemysis@gmx.ch>
Cc: bug-followup@FreeBSD.org
In-Reply-To: <20120831011656.A3C54106566C@hub.freebsd.org>
Subject: Re: [PATCH] games/secretmaryochronicles: update to 1.10.20120512_4,
 Makefile changed, OptionsNG
References: <20120831011656.A3C54106566C@hub.freebsd.org>

>Number:         171328
>Category:       ports
>Synopsis:       Re: [PATCH] games/secretmaryochronicles: update to 1.10.20120512_4, Makefile changed, OptionsNG
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 19:00:07 UTC 2012
>Closed-Date:    Tue Sep 04 21:08:14 UTC 2012
>Last-Modified:  Tue Sep 04 21:08:14 UTC 2012
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 * nemysis (nemysis@gmx.ch) wrote:
 
 >  PORTNAME=	secretmaryochronicles
 > -PORTVERSION=	1.10.git20120512
 > -PORTREVISION=	3
 > +PORTVERSION=	1.10.20120512
 > +PORTREVISION=	4
 >  CATEGORIES=	games
 >  MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/
 >  #		SF/smclone/Secret%20Maryo%20Chronicles/${PORTVERSION}
 > -DISTNAME=	smc-${PORTVERSION}
 > +DISTNAME=	smc-1.10.git20120512
 
 Portlint's complain on strings in portversion is incorrect, so
 this change is not needed. Portlint patch is pending, however some
 port handling utilities are still to be checked whether they handle
 strings correctly. This port is an example why we need strings in
 PORTVERSION.
 
 >  post-patch:
 > -	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/autogen.sh
 > +	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
 > +	-e 's|/usr/share/|${LOCALBASE}/share/|' ${WRKSRC}/autogen.sh
 
 Not really needed, /usr/local fix is enough for autogen.sh to work
 correctly.
 
 >  run-autotools:
 >  	cd ${WRKSRC} && ${SH} ./autogen.sh
 >  	@${REINPLACE_CMD} -e '/^LIBS =/ s|$$|$$(INTLLIBS)|' \
 >  		${WRKSRC}/src/Makefile.in
 >  
 > -.if !defined(NOPORTDOCS)
 > -PORTDOCS=	controls.html style.css
 > -
 >  post-install:
 > +.if ${PORT_OPTIONS:MDOCS}
 >  	${MKDIR} ${DOCSDIR}
 > -.for f in ${PORTDOCS}
 > +.  for f in ${PORTDOCS}
 >  	${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}
 > -.endfor
 > +.  endfor
 >  .endif
 
 I'd prefer to not use options for DOCS when that's a single option.
 Dialog asking whether I need docs for each and every port is useless
 and annoying.
 
 Thus, I'll only take PORTDOCS+=history.html from this patch.
 
 -- 
 Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
 amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Sep 4 21:07:08 UTC 2012 
State-Changed-Why:  
Misfiled followup to ports/171194; content migrated. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Sep 4 21:07:08 UTC 2012 
Responsible-Changed-Why:  

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