From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 31 01:20:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B89BF1065674 for ; Fri, 31 Aug 2012 01:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9128E8FC17 for ; Fri, 31 Aug 2012 01:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7V1K7as097129 for ; Fri, 31 Aug 2012 01:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7V1K70H097128; Fri, 31 Aug 2012 01:20:07 GMT (envelope-from gnats) Resent-Date: Fri, 31 Aug 2012 01:20:07 GMT Resent-Message-Id: <201208310120.q7V1K70H097128@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, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7FE01065670 for ; Fri, 31 Aug 2012 01:16:56 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 11A968FC17 for ; Fri, 31 Aug 2012 01:16:55 +0000 (UTC) Received: (qmail invoked by alias); 31 Aug 2012 01:16:47 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp030) with SMTP; 31 Aug 2012 03:16:47 +0200 Received: by something.email.com (sSMTP sendmail emulation); Fri, 31 Aug 2012 03:16:47 +0200 Message-Id: <20120831011656.E7FE01065670@hub.freebsd.org> Date: Fri, 31 Aug 2012 03:16:47 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: amdmi3@FreeBSD.org Subject: ports/171194: [PATCH] games/secretmaryochronicles: update to 1.10.20120512_4, Makefile changed, OptionsNG X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 01:20:07 -0000 >Number: 171194 >Category: ports >Synopsis: [PATCH] games/secretmaryochronicles: update to 1.10.20120512_4, Makefile changed, OptionsNG >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: Fri Aug 31 01:20:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Makefile changed: because portlint -A not like 1.10.git20120512 DISTNAME=<---->smc-1.10.git20120512 added -e 's|/usr/share/|${LOCALBASE}/share/|' OptionsNG - Update to 1.10.20120512_4 Port maintainer (amdmi3@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- secretmaryochronicles-1.10.20120512_4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/secretmaryochronicles/Makefile ./Makefile --- /usr/ports/games/secretmaryochronicles/Makefile 2012-06-24 20:42:39.000000000 +0200 +++ ./Makefile 2012-08-31 02:44:14.000000000 +0200 @@ -6,12 +6,12 @@ # 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 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Secret Maryo Chronicles two-dimensional platform game @@ -37,22 +37,25 @@ WRKSRC= ${WRKDIR}/smc +PORTDOCS= controls.html history.html style.css + +.include + 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 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 .include --- secretmaryochronicles-1.10.20120512_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: