From owner-svn-ports-head@FreeBSD.ORG Mon Oct 21 21:49:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2537F685; Mon, 21 Oct 2013 21:49:46 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBDB32906; Mon, 21 Oct 2013 21:49:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9LLnjgh078722; Mon, 21 Oct 2013 21:49:45 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9LLnjgX078720; Mon, 21 Oct 2013 21:49:45 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201310212149.r9LLnjgX078720@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 21 Oct 2013 21:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331199 - head/graphics/founts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 21:49:46 -0000 Author: nemysis Date: Mon Oct 21 21:49:45 2013 New Revision: 331199 URL: http://svnweb.freebsd.org/changeset/ports/331199 Log: - Update to 13 - Change master sites, use supplied icon - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Add post-patch, gcc --> ${CC} Approved by: pawel / wg (mentors, implicit) Modified: head/graphics/founts/Makefile head/graphics/founts/distinfo (contents, props changed) Modified: head/graphics/founts/Makefile ============================================================================== --- head/graphics/founts/Makefile Mon Oct 21 21:46:11 2013 (r331198) +++ head/graphics/founts/Makefile Mon Oct 21 21:49:45 2013 (r331199) @@ -2,22 +2,17 @@ # $FreeBSD$ PORTNAME= founts -PORTVERSION= 12 -PORTREVISION= 1 +PORTVERSION= 13 CATEGORIES= graphics games -MASTER_SITES= http://www.linuxmotors.com/founts/downloads/ \ - SF/nemysisfreebsdp/:icons -DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz \ - ${PORTNAME}.png:icons -EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.tgz +MASTER_SITES= http://www.linuxmotors.com/founts/downloads/ +DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Demo/program inspired by Erics cascade LICENSE= GPLv2 USE_SDL= sdl -CFLAGS= -Wno-return-type PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png @@ -29,20 +24,21 @@ OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Founts" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Graphics;Game;" false -NO_STAGE= yes .include +post-patch: + @${REINPLACE_CMD} -e 's|gcc|${CC}|' \ + ${WRKSRC}/Makefile + do-build: cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \ -lm `${SDL_CONFIG} --cflags --libs` founts.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/graphics/founts/distinfo ============================================================================== --- head/graphics/founts/distinfo Mon Oct 21 21:46:11 2013 (r331198) +++ head/graphics/founts/distinfo Mon Oct 21 21:49:45 2013 (r331199) @@ -1,4 +1,4 @@ -SHA256 (founts-12.tgz) = 46da7a97eef91c162c946914dc81ab523963b4a5faebdf2bfd8482f32a485a8a -SIZE (founts-12.tgz) = 21447 +SHA256 (founts-13.tgz) = cd13156e54cac37d6910b7b94266331488705ca0ce1601dc2b9af1eb627161bb +SIZE (founts-13.tgz) = 28855 SHA256 (founts.png) = a8e1dd4ddd78fef3b60e858d4fdc38cdb1388c999031f9306849a09ae0a977d6 SIZE (founts.png) = 6266