ports/174364: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Dec 24 14:10:01 UTC 2012


The following reply was made to PR ports/174364; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/174364: commit references a PR
Date: Mon, 24 Dec 2012 14:07:47 +0000 (UTC)

 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 at 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 at gmail.com>
 -#
 +# Created by: Robert Crossfield <robcrossfield at gmail.com>
  # $FreeBSD$
 -#
  
  PORTNAME=	drcreep
 -PORTVERSION=	394
 -PORTREVISION=	1
 +PORTVERSION=	1.0
 +PORTEPOCH=	1
  CATEGORIES=	games
  MASTER_SITES=	SF/creep/
  
  MAINTAINER=	robcrossfield at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list