svn commit: r357295 - in head/devel: . love08

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 10 11:35:22 UTC 2014


Author: amdmi3
Date: Tue Jun 10 11:35:20 2014
New Revision: 357295
URL: http://svnweb.freebsd.org/changeset/ports/357295
QAT: https://qat.redports.org/buildarchive/r357295/

Log:
  Preserve devel/love 0.8.0 as devel/love08 before updating it to 0.9.1.
  
  Compatibility is not maintained between love 0.x branches, so separate port is needed to run applications written for love 0.8. Currently there's at least one such application known: mari0 - cross between Super Mario Bros and Valve's Portal.

Added:
  head/devel/love08/
     - copied from r357293, head/devel/love/
Modified:
  head/devel/Makefile
  head/devel/love08/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jun 10 11:29:39 2014	(r357294)
+++ head/devel/Makefile	Tue Jun 10 11:35:20 2014	(r357295)
@@ -1197,6 +1197,7 @@
     SUBDIR += looks
     SUBDIR += love
     SUBDIR += love07
+    SUBDIR += love08
     SUBDIR += love5
     SUBDIR += lpc21isp
     SUBDIR += lrmi

Modified: head/devel/love08/Makefile
==============================================================================
--- head/devel/love/Makefile	Tue Jun 10 10:40:16 2014	(r357293)
+++ head/devel/love08/Makefile	Tue Jun 10 11:35:20 2014	(r357295)
@@ -3,10 +3,10 @@
 
 PORTNAME=	love
 PORTVERSION=	0.8.0
-PORTREVISION=	5
 CATEGORIES=	devel games
 MASTER_SITES=	http://cdn.bitbucket.org/rude/love/downloads/ \
 		http://mirror.amdmi3.ru/distfiles/
+PKGNAMESUFFIX=	08
 DISTNAME=	${PORTNAME}-${PORTVERSION}-linux-src
 
 MAINTAINER=	amdmi3 at FreeBSD.org
@@ -20,6 +20,8 @@ LIB_DEPENDS=	libIL.so:${PORTSDIR}/graphi
 		libfreetype.so:${PORTSDIR}/print/freetype2
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 
+PORTSCOUT=	limit:^0\.8\.
+
 USES=		gmake openal dos2unix lua:51
 USE_SDL=	sdl mixer
 USE_GL=		gl glu
@@ -27,11 +29,12 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \
 		-I${LUA_INCDIR} `${SDL_CONFIG} --cflags`
 LDFLAGS+=	-L${LOCALBASE}/lib -L${LUA_LIBDIR}
-CONFIGURE_ARGS=	--bindir=${PREFIX}/bin --libdir=${PREFIX}/lib
+CONFIGURE_ARGS=	--bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \
+		--program-suffix=08
 WRKSRC=		${WRKDIR}/love-${PORTVERSION}
 DOS2UNIX_FILES=	src/modules/graphics/opengl/GLee.h
 
-PLIST_FILES=	bin/love
+PLIST_FILES=	bin/love08
 
 PORTDOCS=	*
 


More information about the svn-ports-head mailing list