Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2007 21:59:29 GMT
From:      Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118629: [UPDATE] devel/premake
Message-ID:  <200712122159.lBCLxTSS050235@www.freebsd.org>
Resent-Message-ID: <200712122200.lBCM04gN079204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118629
>Category:       ports
>Synopsis:       [UPDATE] devel/premake
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 22:00:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-BETA3
>Organization:
>Environment:
FreeBSD shire.t2web.com.br 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Fri Nov 16 22:20:33 UTC 2007     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
- Updated to 3.5 version;
- Respecting now PORTDOCS;
- Use USE_DOS2UNIX KNOB now.

Thanks! :)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/premake/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	6 Sep 2007 21:59:42 -0000	1.9
+++ Makefile	12 Dec 2007 21:52:15 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	premake
-PORTVERSION=	3.4
+PORTVERSION=	3.5
 CATEGORIES=	devel
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
@@ -16,13 +16,22 @@
 
 WRKSRC=		${WRKDIR}/Premake-${PORTVERSION}
 
+USE_DOS2UNIX=	yes
 USE_ZIP=	yes
 USE_GMAKE=	yes
 MAKE_ENV=	CC="${CC}" CFLAGS="${CFLAGS}"
 
 PLIST_FILES=	bin/premake
 
+DOCS=		CHANGES.txt LICENSE.txt README.txt
+
+.include <bsd.port.pre.mk>
+
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+.endif
+	@${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${PREFIX}/bin
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/premake/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	6 Sep 2007 21:59:42 -0000	1.8
+++ distinfo	12 Dec 2007 21:52:15 -0000
@@ -1,3 +1,3 @@
-MD5 (premake-src-3.4.zip) = dcb1eedccc26ac2b57b3989aa9f4f06d
-SHA256 (premake-src-3.4.zip) = f9715d189b731102b31074a2a6cd5012ccd13765ae392cb5fa61a11ebb0d4599
-SIZE (premake-src-3.4.zip) = 375559
+MD5 (premake-src-3.5.zip) = b2fb3a8a5e1f85309432e5814b232d9f
+SHA256 (premake-src-3.5.zip) = ae51d699076e515d2517aef771c5de01f61ce5f504b79dea7653018885186c72
+SIZE (premake-src-3.5.zip) = 384472


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712122159.lBCLxTSS050235>