Bug 173346 - [MAINTAINER] games/netwalk: Changed Makefile, added Desktop entries, removed all Notes
Summary: [MAINTAINER] games/netwalk: Changed Makefile, added Desktop entries, removed ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-04 03:00 UTC by nemysis
Modified: 2013-03-14 00:20 UTC (History)
1 user (show)

See Also:


Attachments
netwalk-0.4.10.patch (1.11 KB, patch)
2012-11-04 03:00 UTC, nemysis
no flags Details | Diff
netwalk.diff (977 bytes, patch)
2013-02-22 17:10 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-11-04 03:00:00 UTC
Makefile changed:
+BUILD_DEPENDS=	pamscale:${PORTSDIR}/graphics/netpbm
+post-build:

Changed and refined
 post-install:

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)

How-To-Repeat: 
portlint -A
looks fine.

port test: clean
Comment 1 nemysis 2013-02-22 17:10:00 UTC
Removed all Notes

${INSTALL_DATA} ${_DISTDIR}/screenshot-0.4.8.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2013-03-12 23:37:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Mine
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-14 00:12:04 UTC
Author: beech
Date: Thu Mar 14 00:11:57 2013
New Revision: 314121
URL: http://svnweb.freebsd.org/changeset/ports/314121

Log:
  - Makefile tweaks
  - Add desktop entries
  - Add build depends
  - Bump portrevision
  
  PR:		ports/173346
  Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)

Modified:
  head/games/netwalk/Makefile

Modified: head/games/netwalk/Makefile
==============================================================================
--- head/games/netwalk/Makefile	Wed Mar 13 23:38:48 2013	(r314120)
+++ head/games/netwalk/Makefile	Thu Mar 14 00:11:57 2013	(r314121)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netwalk
 PORTVERSION=	0.4.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	GITHUB \
 		GOOGLE_CODE:icons
@@ -44,7 +44,6 @@ DESKTOP_ENTRIES="NetWalk" "${COMMENT}" "
 .include <bsd.port.options.mk>
 
 post-patch:
-# Fix SDL, CFLAGS, PREFIX
 	@${REINPLACE_CMD} \
 	-e 's|sdl-config|$(SDL_CONFIG)|' \
 	-e 's|CC=gcc|CC?=g++|' \
@@ -53,10 +52,8 @@ post-patch:
 		${WRKSRC}/Makefile
 
 post-install:
-# Pixmaps
-	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/screenshot-0.4.8.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
+	${INSTALL_DATA} ${_DISTDIR}/screenshot-0.4.8.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
 
-# Documentation
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2013-03-14 00:13:15 UTC
State Changed
From-To: open->closed

Committed, Thanks!