ports/176571: games/slump: Update to version 0.003.02
KATO Tsuguru
tkato432 at yahoo.com
Thu Feb 28 18:10:16 UTC 2013
>Number: 176571
>Category: ports
>Synopsis: games/slump: Update to version 0.003.02
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Feb 28 18:10:15 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 0.003.02
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/games/slump/Makefile games/slump/Makefile
--- /usr/ports/games/slump/Makefile 2012-11-08 07:24:02.000000000 +0900
+++ games/slump/Makefile 2013-02-24 21:04:02.000000000 +0900
@@ -1,31 +1,31 @@
-# New ports collection makefile for: slump
-# Date created: 2006-10-09
-# Whom: alepulver
-#
+# Created by: alepulver
# $FreeBSD: head/games/slump/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
PORTNAME= slump
-PORTVERSION= 0.003.01
+PORTVERSION= 0.003.02
CATEGORIES= games
-MASTER_SITES= http://www.samiam.org/software/
+MASTER_SITES= http://www.samiam.org/slump/old/slump/
MAINTAINER= ports at FreeBSD.org
COMMENT= Fork of SLIGE that is optimized for making FreeDoom maps
+LICENSE= GPLv2 # (or later)
+
+OPTIONS_DEFINE= DOCS
+
USE_BZIP2= yes
+MAKE_ARGS= FLAGS="${CFLAGS}"
-PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
+PLIST_FILES= bin/${PORTNAME}
-post-patch:
- @${REINPLACE_CMD} -e 's|^FLAGS =|& $${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
+.include <bsd.port.options.mk>
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR})
.endif
.include <bsd.port.mk>
diff -urN /usr/ports/games/slump/distinfo games/slump/distinfo
--- /usr/ports/games/slump/distinfo 2012-11-08 07:24:02.000000000 +0900
+++ games/slump/distinfo 2013-02-24 21:02:37.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (slump-0.003.01.tar.bz2) = 196d358565e380e0ed5590167a63e06802ad46bf11fb45c0f2814a4905bd42d5
-SIZE (slump-0.003.01.tar.bz2) = 115443
+SHA256 (slump-0.003.02.tar.bz2) = 7bc08ba36f13282a4f2735005c701b972c013cd5c7335101a2faa3466995bf5f
+SIZE (slump-0.003.02.tar.bz2) = 116397
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list