aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/allegro-devel/Makefile23
-rw-r--r--devel/allegro-devel/distinfo4
-rw-r--r--devel/allegro-devel/pkg-descr2
-rw-r--r--games/liquidwar/Makefile2
4 files changed, 12 insertions, 19 deletions
diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile
index 45633a3ca3ea..87f4fd975e6e 100644
--- a/devel/allegro-devel/Makefile
+++ b/devel/allegro-devel/Makefile
@@ -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>
diff --git a/devel/allegro-devel/distinfo b/devel/allegro-devel/distinfo
index fbae381c024f..c22e440006e7 100644
--- a/devel/allegro-devel/distinfo
+++ b/devel/allegro-devel/distinfo
@@ -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
diff --git a/devel/allegro-devel/pkg-descr b/devel/allegro-devel/pkg-descr
index f6a33acbcb85..19796d656ccd 100644
--- a/devel/allegro-devel/pkg-descr
+++ b/devel/allegro-devel/pkg-descr
@@ -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.
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile
index 6d3eac7e3696..1288665403ad 100644
--- a/games/liquidwar/Makefile
+++ b/games/liquidwar/Makefile
@@ -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} \