diff options
author | adam <adam@pkgsrc.org> | 2010-05-15 07:17:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-15 07:17:16 +0000 |
commit | 54050748f5bbada529dca6c5a5df109101b87ed0 (patch) | |
tree | 6c4a9aebb82be6ef4126b4163aecce2f1c4cf7b4 | |
parent | 7b3e746fc1322692bbe0eb1a5f85fdd071839843 (diff) | |
download | pkgsrc-54050748f5bbada529dca6c5a5df109101b87ed0.tar.gz |
Revision bump after updating boost-libs to 1.43.0
-rw-r--r-- | devel/libthrift/Makefile | 7 | ||||
-rw-r--r-- | devel/xsd/Makefile | 3 | ||||
-rw-r--r-- | games/pokerth/Makefile | 21 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 4 | ||||
-rw-r--r-- | graphics/exiv2-organize/Makefile | 25 | ||||
-rw-r--r-- | graphics/hugin/Makefile | 3 |
6 files changed, 33 insertions, 30 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile index 4350f8be584..da011dac74d 100644 --- a/devel/libthrift/Makefile +++ b/devel/libthrift/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/01 02:49:10 tonnerre Exp $ +# $NetBSD: Makefile,v 1.2 2010/05/15 07:17:16 adam Exp $ DISTNAME= thrift-${THRIFT_VERSION}-incubating PKGNAME= libthrift-${THRIFT_VERSION} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=incubator/thrift/${THRIFT_VERSION}-incubating/} @@ -22,10 +23,10 @@ THRIFT_VERSION= 0.2.0 # FIXME: These should be options CONFIGURE_ARGS+= --without-csharp -CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --without-erlang -CONFIGURE_ARGS+= --without-py +CONFIGURE_ARGS+= --without-java CONFIGURE_ARGS+= --without-perl +CONFIGURE_ARGS+= --without-py CONFIGURE_ARGS+= --without-ruby .include "options.mk" diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile index d505deabf84..67893698ba2 100644 --- a/devel/xsd/Makefile +++ b/devel/xsd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2010/01/04 15:47:48 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/05/15 07:19:59 adam Exp $ DISTNAME= xsd-3.2.0+dep EXTRACT_SUFX= .tar.bz2 PKGNAME= xsd-3.2.0 +PKGREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= http://www.codesynthesis.com/download/xsd/3.2/ diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 821a6b9b357..f39c68cca50 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2010/01/18 09:58:53 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2010/05/15 07:22:15 adam Exp $ DISTNAME= PokerTH-0.7.1-src -PKGNAME= pokerth-0.7.1 -PKGREVISION= 3 +PKGNAME= pokerth-0.7.1 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pokerth/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= ahoka@NetBSD.org HOMEPAGE= http://pokerth.sourceforge.net/ -COMMENT= Texas Holdem poker with online play +COMMENT= Texas Holdem poker with online play USE_TOOLS= gmake USE_LIBTOOL= yes @@ -32,13 +31,13 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/pokerth.desktop ${DESTDIR}${PREFIX}/share/applications ${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -.include "../../x11/qt4-libs/buildlink3.mk" -.include "../../x11/qt4-tools/buildlink3.mk" -.include "../../devel/boost-libs/buildlink3.mk" -.include "../../devel/SDL/buildlink3.mk" .include "../../audio/SDL_mixer/buildlink3.mk" -.include "../../www/curl/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" +.include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index bae0d75e684..0f8b34e0c72 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2010/01/18 09:58:54 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2010/05/15 07:22:54 adam Exp $ DISTNAME= wesnoth-1.6.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/exiv2-organize/Makefile b/graphics/exiv2-organize/Makefile index d4c1ce0ef58..ae554125f5d 100644 --- a/graphics/exiv2-organize/Makefile +++ b/graphics/exiv2-organize/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2010/01/27 14:45:11 drochner Exp $ -# - -DISTNAME= exiv2-0.19 -PKGNAME= exiv2-organize-0.19 -CATEGORIES= graphics -MASTER_SITES= http://www.exiv2.org/ - -MAINTAINER= gdt@NetBSD.org -HOMEPAGE= http://www.exiv2.org/ -COMMENT= Image metadata manipulation -LICENSE= gnu-gpl-v2 +# $NetBSD: Makefile,v 1.4 2010/05/15 07:25:32 adam Exp $ + +DISTNAME= exiv2-0.19 +PKGNAME= exiv2-organize-0.19 +PKGREVISION= 1 +CATEGORIES= graphics +MASTER_SITES= http://www.exiv2.org/ + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.exiv2.org/ +COMMENT= Image metadata manipulation + +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index a64e88dad6c..11ad1f16e02 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2010/04/10 16:29:09 adam Exp $ +# $NetBSD: Makefile,v 1.9 2010/05/15 07:26:22 adam Exp $ DISTNAME= hugin-2010.0.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hugin/} |