| Summary: | [MAINTAINER] games/drcreep: Update to 1.0 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Robert Crossfield <robcrossfield> | ||||||
| Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Robert Crossfield
2012-12-11 11:10:00 UTC
Class Changed From-To: update->maintainer-update Submitter is maintainer. State Changed From-To: open->feedback Please submit your update in diff -urN format, shar should be used only for new ports. Thanks. Author: ak Date: Mon Dec 24 14:07:39 2012 New Revision: 309461 URL: http://svnweb.freebsd.org/changeset/ports/309461 Log: - Update to 1.0 [1] - Convert Makefile headers to new style - Remove article from COMMENT PR: ports/174364 [1] Submitted by: Robert Crossfield <robcrossfield@gmail.com> (maintainer) Modified: head/games/drcreep/Makefile (contents, props changed) head/games/drcreep/distinfo (contents, props changed) head/games/drcreep/files/extra-patch-src_stdafx.cpp (contents, props changed) Modified: head/games/drcreep/Makefile ============================================================================== --- head/games/drcreep/Makefile Mon Dec 24 13:26:08 2012 (r309460) +++ head/games/drcreep/Makefile Mon Dec 24 14:07:39 2012 (r309461) @@ -1,24 +1,20 @@ -# New ports collection makefile for: drcreep -# Date created: 2011-07-03 -# Whom: Robert Crossfield <robcrossfield@gmail.com> -# +# Created by: Robert Crossfield <robcrossfield@gmail.com> # $FreeBSD$ -# PORTNAME= drcreep -PORTVERSION= 394 -PORTREVISION= 1 +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/creep/ MAINTAINER= robcrossfield@gmail.com -COMMENT= The Castles of Dr. Creep +COMMENT= Castles of Dr. Creep LICENSE= GPLv3 USE_SDL= sdl -WRKSRC= ${WRKDIR}/head +WRKSRC= ${WRKDIR}/DrCreep SUB_FILES+= pkg-message Modified: head/games/drcreep/distinfo ============================================================================== --- head/games/drcreep/distinfo Mon Dec 24 13:26:08 2012 (r309460) +++ head/games/drcreep/distinfo Mon Dec 24 14:07:39 2012 (r309461) @@ -1,2 +1,2 @@ -SHA256 (drcreep-394.tar.gz) = 3ae2ba6a5bf84f7771d68e3e657a46730a793ed98d2c6639d7e578ebbbc0d3e1 -SIZE (drcreep-394.tar.gz) = 4010157 +SHA256 (drcreep-1.0.tar.gz) = ac8dd610323a384e872fa2ee3bd736a4f307f290c54cc9998d2986d22755a90c +SIZE (drcreep-1.0.tar.gz) = 451345 Modified: head/games/drcreep/files/extra-patch-src_stdafx.cpp ============================================================================== --- head/games/drcreep/files/extra-patch-src_stdafx.cpp Mon Dec 24 13:26:08 2012 (r309460) +++ head/games/drcreep/files/extra-patch-src_stdafx.cpp Mon Dec 24 14:07:39 2012 (r309461) @@ -1,10 +1,10 @@ Index: src/stdafx.cpp -@@ -364,7 +364,7 @@ - - string findType; - --int file_select(const struct dirent *entry) { -+int file_select(struct dirent *entry) { - string name = entry->d_name; - - transform( name.begin(), name.end(), name.begin(), ::toupper ); +@@ -374,7 +374,7 @@ + + string findType; + +-int file_select(const struct dirent *entry) { ++int file_select(struct dirent *entry) { + string name = entry->d_name; + + transform( name.begin(), name.end(), name.begin(), ::toupper ); _______________________________________________ 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" Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. State Changed From-To: feedback->closed Committed. Thanks! |