diff --git a/cad/ngspice/Makefile b/cad/ngspice/Makefile index e984d3f2a2e..608bf0de61d 100644 --- a/cad/ngspice/Makefile +++ b/cad/ngspice/Makefile @@ -1,14 +1,15 @@ -# $OpenBSD: Makefile,v 1.6 2014/03/12 06:18:34 bentley Exp $ +# $OpenBSD: Makefile,v 1.7 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT = circuit simulator, based on Berkeley SPICE DISTNAME = ngspice-26 +REVISION = 0 CATEGORIES = cad HOMEPAGE = http://ngspice.sourceforge.net/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # BSD PERMIT_PACKAGE_CDROM = Yes diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index 63316e265b6..fefa3d49b8c 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.13 2015/08/25 05:31:29 bentley Exp $ +# $OpenBSD: Makefile,v 1.14 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT= ex/vi text editor with wide character support V = 2.1.3 DISTNAME = nvi-$V CATEGORIES= editors +REVISION = 0 -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # BSD PERMIT_PACKAGE_CDROM= Yes diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 84018b90ede..414a8dc91af 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -1,14 +1,15 @@ -# $OpenBSD: Makefile,v 1.11 2015/04/19 04:11:16 bentley Exp $ +# $OpenBSD: Makefile,v 1.12 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT = Nintendo DS emulator DISTNAME = desmume-0.9.11 +REVISION = 0 CATEGORIES = emulators HOMEPAGE = http://desmume.org/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # GPLv2+ PERMIT_PACKAGE_CDROM = Yes diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 604cf5c9edf..b36c1d259cd 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.8 2015/10/02 05:15:53 bentley Exp $ +# $OpenBSD: Makefile,v 1.9 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT = emulator for Nintendo Entertainment System V = 2.2.2 -REVISION = 1 +REVISION = 2 DISTNAME = fceux-${V}.src PKGNAME = fceux-${V} CATEGORIES = emulators games HOMEPAGE = http://fceux.com/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # GPLv2+ PERMIT_PACKAGE_CDROM = Yes diff --git a/emulators/gambatte/Makefile b/emulators/gambatte/Makefile index 05037b58245..cfcff50479e 100644 --- a/emulators/gambatte/Makefile +++ b/emulators/gambatte/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2015/12/22 04:20:21 bentley Exp $ +# $OpenBSD: Makefile,v 1.12 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT-main = highly accurate Game Boy Color emulator COMMENT-qt = highly accurate Game Boy Color emulator with GUI @@ -8,7 +8,8 @@ V = 0.5.0.${REV} DISTNAME = gambatte_src-r${REV} PKGNAME = gambatte-$V PKGNAME-qt = gambatte-qt-$V -REVISION-main = 0 +REVISION-main = 1 +REVISION-qt = 0 MULTI_PACKAGES = -main -qt @@ -18,7 +19,7 @@ CATEGORIES = emulators HOMEPAGE = http://gambatte.sourceforge.net/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # GPLv2 only PERMIT_PACKAGE_CDROM = Yes diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index 2a29b777d76..20c42f4d15c 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2015/12/19 00:12:36 bentley Exp $ +# $OpenBSD: Makefile,v 1.8 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT-main = Game Boy Advance emulator COMMENT-qt = Game Boy Advance emulator with GUI @@ -7,6 +7,8 @@ V = 0.3.2 DISTNAME = mgba-$V PKGNAME-main = mgba-$V PKGNAME-qt = mgba-qt-$V +REVISION-main = 0 +REVISION-qt = 0 MULTI_PACKAGES = -main -qt @@ -18,7 +20,7 @@ CATEGORIES = emulators HOMEPAGE = https://endrift.com/mgba/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # MPL 2.0 PERMIT_PACKAGE_CDROM = Yes diff --git a/emulators/mupen64plus/Makefile.inc b/emulators/mupen64plus/Makefile.inc index 60969e3cd5e..2228d56039b 100644 --- a/emulators/mupen64plus/Makefile.inc +++ b/emulators/mupen64plus/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2015/08/24 04:10:56 bentley Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2016/01/11 09:35:45 ajacoutot Exp $ ONLY_FOR_ARCHS ?= amd64 i386 SHARED_ONLY = Yes @@ -8,7 +8,7 @@ PKGNAME ?= mupen64plus-${MUPEN64PLUS_MOD}-${VERSION} HOMEPAGE ?= http://mupen64plus.org/ CATEGORIES ?= emulators games MASTER_SITES ?= https://github.com/mupen64plus/mupen64plus-${MUPEN64PLUS_MOD}/releases/download/${VERSION}/ -MAINTAINER ?= Anthony J. Bentley +MAINTAINER ?= Anthony J. Bentley CONFIGURE_STYLE ?= none USE_GMAKE ?= Yes diff --git a/emulators/mupen64plus/audio-sdl/Makefile b/emulators/mupen64plus/audio-sdl/Makefile index 048731927c7..0e44943da61 100644 --- a/emulators/mupen64plus/audio-sdl/Makefile +++ b/emulators/mupen64plus/audio-sdl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2015/11/04 16:41:45 bentley Exp $ +# $OpenBSD: Makefile,v 1.10 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = n64 emulator sdl audio plugin -REVISION = 1 +REVISION = 2 # GPLv2+ PERMIT_PACKAGE_CDROM = Yes diff --git a/emulators/mupen64plus/rsp-hle/Makefile b/emulators/mupen64plus/rsp-hle/Makefile index 664bfba5811..788540a390c 100644 --- a/emulators/mupen64plus/rsp-hle/Makefile +++ b/emulators/mupen64plus/rsp-hle/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2015/11/04 16:41:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.10 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = n64 emulator signal co-processor plugin -REVISION = 1 +REVISION = 2 # GPLv2+ PERMIT_PACKAGE_CDROM = Yes diff --git a/emulators/mupen64plus/rsp-z64/Makefile b/emulators/mupen64plus/rsp-z64/Makefile index 2c6b6351570..f154c00a145 100644 --- a/emulators/mupen64plus/rsp-z64/Makefile +++ b/emulators/mupen64plus/rsp-z64/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2015/11/04 16:41:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.8 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = n64 emulator signal co-processor plugin -REVISION = 2 +REVISION = 3 # XXX upstream was inconsistent with numbering this release (2.0 vs 2.0.0) VERSION = 2.0.0 diff --git a/emulators/mupen64plus/ui-console/Makefile b/emulators/mupen64plus/ui-console/Makefile index b1466234f14..e05026be62f 100644 --- a/emulators/mupen64plus/ui-console/Makefile +++ b/emulators/mupen64plus/ui-console/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.11 2015/11/04 16:41:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.12 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = n64 emulator command-line ui plugin -REVISION = 1 +REVISION = 2 # GPLv2+ PERMIT_PACKAGE_CDROM = Yes diff --git a/emulators/mupen64plus/video-arachnoid/Makefile b/emulators/mupen64plus/video-arachnoid/Makefile index 46f5484d947..3d450e69685 100644 --- a/emulators/mupen64plus/video-arachnoid/Makefile +++ b/emulators/mupen64plus/video-arachnoid/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.7 2015/11/04 16:41:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.8 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = n64 emulator video plugin -REVISION = 2 +REVISION = 3 # XXX upstream was inconsistent with numbering this release (2.0 vs 2.0.0) VERSION = 2.0.0 diff --git a/emulators/mupen64plus/video-rice/Makefile b/emulators/mupen64plus/video-rice/Makefile index a41b53d58db..40cba52bc52 100644 --- a/emulators/mupen64plus/video-rice/Makefile +++ b/emulators/mupen64plus/video-rice/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 2015/11/04 16:41:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.11 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = n64 emulator opengl video plugin -REVISION = 1 +REVISION = 2 # GPLv2+ PERMIT_PACKAGE_CDROM = Yes diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 841a43c1b1b..575cf904c9b 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2015/05/16 10:51:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2016/01/11 09:35:44 ajacoutot Exp $ BROKEN-powerpc =CPUCore.cc:2347: error: insn does not satisfy its constraints BROKEN-hppa = OOM when building src/cpu/CPUCore.cc @@ -7,12 +7,13 @@ BROKEN-alpha = OOM when building src/cpu/CPUCore.cc COMMENT = MSX home computer emulator DISTNAME = openmsx-0.9.1 +REVISION = 0 CATEGORIES = emulators HOMEPAGE = http://openmsx.sourceforge.net/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley PERMIT_PACKAGE_CDROM = claims GPLv2, but no copyright notices in source files PERMIT_PACKAGE_FTP = claims GPLv2, but no copyright notices in source files diff --git a/games/0ad/Makefile.inc b/games/0ad/Makefile.inc index 94300f5d0d1..c3af604af91 100644 --- a/games/0ad/Makefile.inc +++ b/games/0ad/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2015/12/03 22:03:18 pascal Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2016/01/11 09:35:45 ajacoutot Exp $ ONLY_FOR_ARCHS = amd64 i386 @@ -8,7 +8,7 @@ V ?= 0.0.19 HOMEPAGE = http://play0ad.com/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=zero-ad/} diff --git a/games/0ad/base/Makefile b/games/0ad/base/Makefile index 40c7b9e7931..6b05d73f583 100644 --- a/games/0ad/base/Makefile +++ b/games/0ad/base/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2015/12/03 22:03:18 pascal Exp $ +# $OpenBSD: Makefile,v 1.10 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = historical real-time strategy game DISTNAME = 0ad-${V}-alpha-unix-build PKGNAME = 0ad-${V} +REVISION = 0 SO_VERSION = 0.0 SHARED_LIBS += mozjs31-ps-release ${SO_VERSION} diff --git a/games/0ad/data/Makefile b/games/0ad/data/Makefile index f44e4558135..c2a0532f858 100644 --- a/games/0ad/data/Makefile +++ b/games/0ad/data/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2014/07/21 01:24:06 bentley Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = historical real-time strategy game data DISTNAME = 0ad-${V}-alpha-unix-data PKGNAME = 0ad-data-${V} +REVISION = 0 PKG_ARCH = * diff --git a/games/garden/Makefile b/games/garden/Makefile index 84b591cfd6f..2ab952cf0ec 100644 --- a/games/garden/Makefile +++ b/games/garden/Makefile @@ -1,14 +1,15 @@ -# $OpenBSD: Makefile,v 1.5 2015/05/03 10:49:48 bentley Exp $ +# $OpenBSD: Makefile,v 1.6 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT = vertical shoot-em-up with nontraditional elements DISTNAME = garden-1.0.9 +REVISION = 0 CATEGORIES = games HOMEPAGE = http://garden.sourceforge.net -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # GPLv3+ PERMIT_PACKAGE_CDROM = Yes diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 6bb1188841f..3744b181d88 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2015/12/07 04:26:53 bentley Exp $ +# $OpenBSD: Makefile,v 1.46 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT= open source clone of the game Transport Tycoon Deluxe @@ -14,11 +14,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ openmsx-${MSX_V}.zip:2 DIST_SUBDIR= openttd +REVISION= 0 + CATEGORIES= games HOMEPAGE= https://www.openttd.org/en/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # GPLv2 only PERMIT_PACKAGE_CDROM= Yes diff --git a/games/uqm/Makefile b/games/uqm/Makefile index 8e14dcb392e..0bf60ef7d85 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 2015/01/20 12:28:31 bentley Exp $ +# $OpenBSD: Makefile,v 1.41 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT-main= ur-quan masters: space exploration game with battles COMMENT-content= ur-quan masters: game content @@ -38,9 +38,11 @@ REVISION = 2 EXTRACT_ONLY = ${uqm_source} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sc2/} +REVISION = 0 + HOMEPAGE= http://sc2.sourceforge.net/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # code GPLv2+, data Creative Commons Attribution-NonCommercial-ShareAlike 2.5 # NC does not apply to unmodified uqm distributions, but mark it to be safe diff --git a/games/vacuum/Makefile b/games/vacuum/Makefile index 7190e47c6ec..736fad99ea4 100644 --- a/games/vacuum/Makefile +++ b/games/vacuum/Makefile @@ -1,15 +1,16 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2015/12/07 05:46:16 bentley Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/11 09:35:44 ajacoutot Exp $ COMMENT = fast-paced sidescrolling shoot-em-up V = 0.13 DISTNAME = vacuum-${V}a +REVISION = 0 CATEGORIES = games HOMEPAGE = http://apocalypse.rulez.org/vacuum -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # GPLv2+, see bin/vacuum.pl PERMIT_PACKAGE_CDROM = Yes diff --git a/meta/mupen64plus/Makefile b/meta/mupen64plus/Makefile index 73164496ff2..5c15c5a9fff 100644 --- a/meta/mupen64plus/Makefile +++ b/meta/mupen64plus/Makefile @@ -1,18 +1,18 @@ -# $OpenBSD: Makefile,v 1.4 2015/08/24 04:53:22 bentley Exp $ +# $OpenBSD: Makefile,v 1.5 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT-main= n64 emulator (default plugins) COMMENT-extra= n64 emulator (all plugins) V= 2.5 PKGNAME= mupen64plus-$V -REVISION= 0 +REVISION= 1 PKGNAME-main= mupen64plus-$V PKGNAME-extra= mupen64plus-extra-$V HOMEPAGE= http://mupen64plus.org/ -MAINTAINER= Anthony J. Bentley +MAINTAINER= Anthony J. Bentley MULTI_PACKAGES= -main -extra diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 6f7b56031e2..08e1ead8883 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.16 2015/05/15 08:59:08 bentley Exp $ +# $OpenBSD: Makefile,v 1.17 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT= BitTorrent Protocol Daemon DISTNAME= btpd-0.16 -REVISION= 0 +REVISION= 1 CATEGORIES= net -MAINTAINER= Anthony J. Bentley +MAINTAINER= Anthony J. Bentley HOMEPAGE= http://wiki.github.com/btpd/btpd/ diff --git a/textproc/docbook2mdoc/Makefile b/textproc/docbook2mdoc/Makefile index dbe1c6e397a..bdda452c3d2 100644 --- a/textproc/docbook2mdoc/Makefile +++ b/textproc/docbook2mdoc/Makefile @@ -1,14 +1,15 @@ -# $OpenBSD: Makefile,v 1.2 2014/05/01 04:02:15 bentley Exp $ +# $OpenBSD: Makefile,v 1.3 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = convert DocBook refentry to mdoc DISTNAME = docbook2mdoc-0.0.9 +REVISION = 0 CATEGORIES = textproc HOMEPAGE = http://mdocml.bsd.lv/docbook2mdoc/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # ISC PERMIT_PACKAGE_CDROM = Yes diff --git a/textproc/html-xml-utils/Makefile b/textproc/html-xml-utils/Makefile index 9494bfc8087..52b4793a6d1 100644 --- a/textproc/html-xml-utils/Makefile +++ b/textproc/html-xml-utils/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.2 2015/10/30 12:59:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = simple utilities for manipulating HTML and XML files DISTNAME = html-xml-utils-6.7 -REVISION = 0 +REVISION = 1 CATEGORIES = textproc HOMEPAGE = http://www.w3.org/Tools/HTML-XML-utils/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # W3C license PERMIT_PACKAGE_CDROM = Yes diff --git a/textproc/pod2mdoc/Makefile b/textproc/pod2mdoc/Makefile index b3e94a3d78d..99e0b12904a 100644 --- a/textproc/pod2mdoc/Makefile +++ b/textproc/pod2mdoc/Makefile @@ -1,14 +1,15 @@ -# $OpenBSD: Makefile,v 1.7 2015/05/20 11:43:36 bentley Exp $ +# $OpenBSD: Makefile,v 1.8 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = convert POD data to mdoc input DISTNAME = pod2mdoc-0.2 +REVISION = 0 CATEGORIES = textproc HOMEPAGE = http://mdocml.bsd.lv/pod2mdoc/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # ISC PERMIT_PACKAGE_CDROM = Yes diff --git a/textproc/texi2mdoc/Makefile b/textproc/texi2mdoc/Makefile index 9f12743eca2..f65b513224a 100644 --- a/textproc/texi2mdoc/Makefile +++ b/textproc/texi2mdoc/Makefile @@ -1,14 +1,15 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2015/03/18 08:37:33 bentley Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = convert Texinfo data to mdoc input DISTNAME = texi2mdoc-0.1.2 +REVISION = 0 CATEGORIES = textproc HOMEPAGE = http://mdocml.bsd.lv/texi2mdoc/ -MAINTAINER = Anthony J. Bentley +MAINTAINER = Anthony J. Bentley # ISC PERMIT_PACKAGE_CDROM = Yes diff --git a/www/netsurf/Makefile.inc b/www/netsurf/Makefile.inc index d467153a043..23418d2ad05 100644 --- a/www/netsurf/Makefile.inc +++ b/www/netsurf/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2015/03/30 03:01:51 bentley Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2016/01/11 09:35:45 ajacoutot Exp $ CATEGORIES += www @@ -7,7 +7,7 @@ CATEGORIES += www PKGNAME ?= ${NETSURF_PROJECT}-${NETSURF_VERSION} DISTNAME ?= ${NETSURF_PROJECT}-${NETSURF_VERSION}-src -MAINTAINER ?= Anthony J. Bentley +MAINTAINER ?= Anthony J. Bentley HOMEPAGE ?= http://www.netsurf-browser.org/projects/${NETSURF_PROJECT}/ MASTER_SITES ?= http://download.netsurf-browser.org/libs/releases/ diff --git a/www/netsurf/buildsystem/Makefile b/www/netsurf/buildsystem/Makefile index bf61d53a353..5d4d8dfcbc2 100644 --- a/www/netsurf/buildsystem/Makefile +++ b/www/netsurf/buildsystem/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2015/03/30 03:01:51 bentley Exp $ +# $OpenBSD: Makefile,v 1.6 2016/01/11 09:35:45 ajacoutot Exp $ COMMENT = makefiles for building NetSurf @@ -6,6 +6,7 @@ NETSURF_PROJECT = buildsystem NETSURF_VERSION = 1.3 DISTNAME = ${NETSURF_PROJECT}-${NETSURF_VERSION} PKGNAME = netsurf-${NETSURF_PROJECT}-${NETSURF_VERSION} +REVISION = 0 HOMEPAGE = http://www.netsurf-browser.org/ diff --git a/www/netsurf/hubbub/Makefile b/www/netsurf/hubbub/Makefile index f00b4b47f1e..693364871b0 100644 --- a/www/netsurf/hubbub/Makefile +++ b/www/netsurf/hubbub/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2015/03/30 03:01:51 bentley Exp $ +# $OpenBSD: Makefile,v 1.15 2016/01/11 09:35:46 ajacoutot Exp $ COMMENT = HTML parser @@ -6,6 +6,7 @@ NETSURF_PROJECT = libhubbub NETSURF_VERSION = 0.3.1 PKGNAME = hubbub-${NETSURF_VERSION} HOMEPAGE = http://www.netsurf-browser.org/projects/hubbub/ +REVISION = 0 SHARED_LIBS = hubbub 2.0 #0.3.1 diff --git a/www/netsurf/libdom/Makefile b/www/netsurf/libdom/Makefile index 70b69b9f1f5..043354446d6 100644 --- a/www/netsurf/libdom/Makefile +++ b/www/netsurf/libdom/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2015/03/30 03:01:51 bentley Exp $ +# $OpenBSD: Makefile,v 1.7 2016/01/11 09:35:46 ajacoutot Exp $ COMMENT = W3C DOM implementation NETSURF_PROJECT = libdom NETSURF_VERSION = 0.1.2 +REVISION = 0 SHARED_LIBS = dom 0.2 #0.1.2 diff --git a/www/netsurf/libnsbmp/Makefile b/www/netsurf/libnsbmp/Makefile index c82d5aab2c9..154e1bdae34 100644 --- a/www/netsurf/libnsbmp/Makefile +++ b/www/netsurf/libnsbmp/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2015/03/30 03:01:51 bentley Exp $ +# $OpenBSD: Makefile,v 1.8 2016/01/11 09:35:46 ajacoutot Exp $ COMMENT = BMP/ICO decoding library NETSURF_PROJECT = libnsbmp NETSURF_VERSION = 0.1.2 +REVISION = 0 CATEGORIES = graphics SHARED_LIBS = nsbmp 1.0 #0.1.2 diff --git a/www/netsurf/libnsgif/Makefile b/www/netsurf/libnsgif/Makefile index 96beaa9ab4d..a92e945c415 100644 --- a/www/netsurf/libnsgif/Makefile +++ b/www/netsurf/libnsgif/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2015/03/30 03:01:51 bentley Exp $ +# $OpenBSD: Makefile,v 1.8 2016/01/11 09:35:46 ajacoutot Exp $ COMMENT = GIF decoding library NETSURF_PROJECT = libnsgif NETSURF_VERSION = 0.1.2 +REVISION = 0 CATEGORIES = graphics SHARED_LIBS = nsgif 0.0 #0.1.2 diff --git a/www/netsurf/libutf8proc/Makefile b/www/netsurf/libutf8proc/Makefile index 670c6725a6a..6b469a9e56f 100644 --- a/www/netsurf/libutf8proc/Makefile +++ b/www/netsurf/libutf8proc/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2015/03/30 02:57:35 bentley Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/11 09:35:46 ajacoutot Exp $ COMMENT = unicode library NETSURF_PROJECT = libutf8proc NETSURF_VERSION = 1.1.6 +REVISION = 0 CATEGORIES = textproc SHARED_LIBS = utf8proc 0.0 #1.1.6 diff --git a/www/netsurf/libwapcaplet/Makefile b/www/netsurf/libwapcaplet/Makefile index 4a314af06ca..b97147b6ea9 100644 --- a/www/netsurf/libwapcaplet/Makefile +++ b/www/netsurf/libwapcaplet/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2015/03/30 03:01:51 bentley Exp $ +# $OpenBSD: Makefile,v 1.11 2016/01/11 09:35:46 ajacoutot Exp $ COMMENT = string internment library NETSURF_PROJECT = libwapcaplet NETSURF_VERSION = 0.2.2 +REVISION = 0 CATEGORIES= devel SHARED_LIBS = wapcaplet 2.0 #0.2.2