bumps
This commit is contained in:
parent
80fcd82c2c
commit
5e9f6969d7
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/07/24 10:18:55 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT= GNU standards-compliant Makefile generator
|
||||
|
||||
VERSION= 1.10
|
||||
DISTNAME= automake-${VERSION}.3
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/06/02 08:53:15 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT= lists of the country, language and currency iso names
|
||||
|
||||
DISTNAME= iso-codes-3.16
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2010/08/25 20:45:52 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT= library for loading GLADE interface files at runtime
|
||||
|
||||
GNOME_VERSION= 2.6.4
|
||||
GNOME_PROJECT= libglade
|
||||
PKGNAME= libglade2-${GNOME_VERSION}
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
SHARED_LIBS += glade-2.0 1.0 # .0.8
|
||||
|
||||
CATEGORIES= devel
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2010/04/24 08:46:41 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT-main= GNOME Structured File library
|
||||
COMMENT-gnome= GNOME specific extensions to libgsf
|
||||
@ -6,8 +6,10 @@ COMMENT-gnome= GNOME specific extensions to libgsf
|
||||
GNOME_PROJECT= libgsf
|
||||
GNOME_VERSION= 1.14.18
|
||||
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
PKGNAME-gnome= libgsf-gnome-${VERSION}p0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
REVISION-main= 1
|
||||
PKGNAME-gnome= libgsf-gnome-${VERSION}
|
||||
REVISION-gnome= 1
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2010/07/31 11:04:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT = Low Level Virtual Machine (LLVM) compiler infrastructure
|
||||
|
||||
LLVM_V = 2.7
|
||||
DISTNAME = llvm-${LLVM_V}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2010/07/25 07:22:24 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT = fast, lightweight source control management
|
||||
|
||||
MODPY_EGG_VERSION = 1.6
|
||||
DISTNAME = mercurial-${MODPY_EGG_VERSION}
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://www.selenic.com/mercurial/
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2009/03/15 09:04:34 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT= Python-based build system
|
||||
|
||||
VERSION= 1.2.0
|
||||
DISTNAME= scons-${VERSION}
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.scons.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2010/07/24 23:05:08 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT-main= subversion revision control system
|
||||
COMMENT-perl= perl interface to subversion
|
||||
@ -9,16 +9,19 @@ COMMENT-ap2= apache2 subversion modules
|
||||
VERSION= 1.6.12
|
||||
DISTNAME= subversion-${VERSION}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
REVISION-main= 0
|
||||
REVISION-main= 1
|
||||
FULLPKGNAME-perl= p5-SVN-${VERSION}
|
||||
REVISION-perl= 0
|
||||
FULLPKGPATH-perl= devel/subversion,-perl
|
||||
FULLPKGNAME-python= py-subversion-${VERSION}
|
||||
FULLPKGPATH-python= devel/subversion,-python
|
||||
REVISION-python= 0
|
||||
FULLPKGNAME-ruby= ruby-subversion-${VERSION}
|
||||
FULLPKGPATH-ruby= devel/subversion,-ruby
|
||||
REVISION-ruby= 0
|
||||
REVISION-ruby= 1
|
||||
FULLPKGNAME-ap2= ap2-subversion-${VERSION}
|
||||
FULLPKGPATH-ap2= devel/subversion,-ap2
|
||||
REVISION-ap2= 0
|
||||
|
||||
SO_VERSION= 1.2
|
||||
SVN_LIBS= svn_client-1 svn_delta-1 svn_diff-1 svn_fs-1 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2009/03/11 21:32:13 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT-main= simplified wrapper and interface generator
|
||||
|
||||
@ -6,7 +6,8 @@ SUBST_VARS= VERSION
|
||||
VERSION= 1.3.36
|
||||
|
||||
DISTNAME= swig-${VERSION}
|
||||
PKGNAME-main= ${DISTNAME}p1
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
REVISION-main = 2
|
||||
MULTI_PACKAGES= -main
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2010/07/16 05:10:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT-main= terminal emulation library
|
||||
COMMENT-python= python bindings for vte
|
||||
@ -7,6 +7,8 @@ GNOME_PROJECT= vte
|
||||
GNOME_VERSION= 0.24.3
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-python= py-${DISTNAME}
|
||||
REVISION-main = 0
|
||||
REVISION-python = 0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2009/12/27 18:42:05 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/08/30 22:09:45 jasper Exp $
|
||||
|
||||
COMMENT= Python-based build system
|
||||
|
||||
DISTNAME= waf-1.5.10
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user