Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2012 09:28:52 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304392 - in head: devel/allegro-devel games/liquidwar
Message-ID:  <201209170928.q8H9SqBx086541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Sep 17 09:28:52 2012
New Revision: 304392
URL: http://svn.freebsd.org/changeset/ports/304392

Log:
  - update to 4.4.2
  - fix COMMENT
  - pass maintainership to submitter
  - chase update in games/liquidwar
  
  while here:
  - trim Makefile header
  - remove unneeded inclusion of bsd.port.pre|post.mk
  - whitespace fix in pkg-descr
  
  PR:		171366
  Submitted by:	nemysis <nemysis at gmx dot ch>

Modified:
  head/devel/allegro-devel/Makefile
  head/devel/allegro-devel/distinfo
  head/devel/allegro-devel/pkg-descr
  head/games/liquidwar/Makefile

Modified: head/devel/allegro-devel/Makefile
==============================================================================
--- head/devel/allegro-devel/Makefile	Mon Sep 17 09:20:13 2012	(r304391)
+++ head/devel/allegro-devel/Makefile	Mon Sep 17 09:28:52 2012	(r304392)
@@ -1,19 +1,13 @@
-# New ports collection makefile for:	allegro
-# Date created:		23-Feb-2001
-# Whom:			Jimmy Olgeni <olgeni@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	allegro
-DISTVERSION=	4.4.1.1
-PORTREVISION=	2
+DISTVERSION=	4.4.2
 CATEGORIES=	devel
 MASTER_SITES=	SF/alleg/allegro/${PORTVERSION}
 PKGNAMESUFFIX=	-devel
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A cross-platform library for games and multimedia programming
+MAINTAINER=	nemysis@gmx.ch
+COMMENT=	Cross-platform library for games and multimedia programming
 
 USE_GMAKE=	yes
 USE_CMAKE=	yes
@@ -32,18 +26,17 @@ LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 PLIST_SUB=	SHLIB_VER="${SHLIB_VER}"
 CMAKE_ARGS+=	-DDOCDIR="${DOCSDIR}"
 
-SHLIB_VER=	4.4.1
+SHLIB_VER=	4.4.2
 
 PORTSCOUT=	limit:^4\.3\.[0-9]*
 
-.include <bsd.port.pre.mk>
-
 CFLAGS+=	-L${LOCALBASE}/lib
 LIB_DEPENDS+=	asound.2:${PORTSDIR}/audio/alsa-lib \
 		jack.0:${PORTSDIR}/audio/jack \
 		png15:${PORTSDIR}/graphics/png
+
 post-install:
-		@cd ${WRKSRC}/docs/man/ && \
-		    ${FIND} . -type f -and -name "*.3" -exec ${INSTALL_MAN} {} ${PREFIX}/man/man3/{} \;
+	@cd ${WRKSRC}/docs/man/ && \
+		${FIND} . -type f -and -name "*.3" -exec ${INSTALL_MAN} {} ${PREFIX}/man/man3/{} \;
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/allegro-devel/distinfo
==============================================================================
--- head/devel/allegro-devel/distinfo	Mon Sep 17 09:20:13 2012	(r304391)
+++ head/devel/allegro-devel/distinfo	Mon Sep 17 09:28:52 2012	(r304392)
@@ -1,2 +1,2 @@
-SHA256 (allegro-4.4.1.1.tar.gz) = 4e29884cba88b289da5b22da93e8760d68a197d093b23f61e994f3594760d782
-SIZE (allegro-4.4.1.1.tar.gz) = 4625438
+SHA256 (allegro-4.4.2.tar.gz) = 1b21e7577dbfada02d85ca4510bd22fedaa6ce76fde7f4838c7c1276eb840fdc
+SIZE (allegro-4.4.2.tar.gz) = 4674902

Modified: head/devel/allegro-devel/pkg-descr
==============================================================================
--- head/devel/allegro-devel/pkg-descr	Mon Sep 17 09:20:13 2012	(r304391)
+++ head/devel/allegro-devel/pkg-descr	Mon Sep 17 09:28:52 2012	(r304392)
@@ -1,5 +1,5 @@
 Allegro is a cross-platform library intended for use in computer games and
-other types of multimedia programming. 
+other types of multimedia programming.
 
 A wide range of extension packages and add-on modules are also available, which
 can be found in the "Library Extensions" section of the Allegro website.

Modified: head/games/liquidwar/Makefile
==============================================================================
--- head/games/liquidwar/Makefile	Mon Sep 17 09:20:13 2012	(r304391)
+++ head/games/liquidwar/Makefile	Mon Sep 17 09:28:52 2012	(r304392)
@@ -7,7 +7,7 @@
 
 PORTNAME=	liquidwar
 PORTVERSION=	5.6.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://liquidwar.sunsite.dk/archive/ \
 		${MASTER_SITE_SAVANNAH} \



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