From ee118b1c0ca7f82e1155a3d3530e93962bf2bad6 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 16 Jan 2011 10:39:25 +0000 Subject: [PATCH] - fix PKGNAME and bump EPOCH prompted by landry@ --- x11/e17/e_dbus/Makefile | 5 +++-- x11/e17/ecore/Makefile | 5 ++--- x11/e17/edje/Makefile | 5 ++--- x11/e17/eet/Makefile | 5 ++--- x11/e17/efreet/Makefile | 5 ++--- x11/e17/eina/Makefile | 5 +++-- x11/e17/embryo/Makefile | 5 ++--- x11/e17/evas/Makefile | 5 ++--- 8 files changed, 18 insertions(+), 22 deletions(-) diff --git a/x11/e17/e_dbus/Makefile b/x11/e17/e_dbus/Makefile index d6ee12a70b2..ae9f7388db8 100644 --- a/x11/e17/e_dbus/Makefile +++ b/x11/e17/e_dbus/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2011/01/16 00:45:56 laurent Exp $ +# $OpenBSD: Makefile,v 1.7 2011/01/16 10:39:25 jasper Exp $ COMMENT = enlightenment DBus component DISTNAME = e_dbus-1.0.0.beta2 -PKGNAME = e_dbus-1.0.0 + +EPOCH = 0 SO_VERSION = 1.0 .for _lib in edbus enotify econnman ehal eofono ebluez eukit diff --git a/x11/e17/ecore/Makefile b/x11/e17/ecore/Makefile index 8a71384d11e..c6d7827fb52 100644 --- a/x11/e17/ecore/Makefile +++ b/x11/e17/ecore/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2011/01/16 00:40:32 laurent Exp $ +# $OpenBSD: Makefile,v 1.15 2011/01/16 10:39:25 jasper Exp $ COMMENT = core event/X abstraction layer DISTNAME = ecore-1.0.0.beta2 -PKGNAME = ecore-1.0.0 -EPOCH = 0 +EPOCH = 1 SO_VERSION = 1.0 # NOTE: Must bump minor version if any shlib's are removed from the diff --git a/x11/e17/edje/Makefile b/x11/e17/edje/Makefile index 3224ac5c1b2..20582f21172 100644 --- a/x11/e17/edje/Makefile +++ b/x11/e17/edje/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2011/01/16 00:48:45 laurent Exp $ +# $OpenBSD: Makefile,v 1.17 2011/01/16 10:39:25 jasper Exp $ COMMENT = complex graphical design & layout library DISTNAME = edje-1.0.0.beta2 -PKGNAME = edje-1.0.0 -EPOCH = 0 +EPOCH = 1 SHARED_LIBS += edje 1.0 diff --git a/x11/e17/eet/Makefile b/x11/e17/eet/Makefile index 2a5b590768b..f4d6dc87ded 100644 --- a/x11/e17/eet/Makefile +++ b/x11/e17/eet/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2011/01/16 00:35:27 laurent Exp $ +# $OpenBSD: Makefile,v 1.14 2011/01/16 10:39:25 jasper Exp $ COMMENT = library to write an arbitary set of chunks of data to a file DISTNAME = eet-1.4.0.beta2 -PKGNAME = eet-1.4.0 -EPOCH = 0 +EPOCH = 1 SHARED_LIBS += eet 1.4 diff --git a/x11/e17/efreet/Makefile b/x11/e17/efreet/Makefile index 16b601ea71d..8237e8d34f2 100644 --- a/x11/e17/efreet/Makefile +++ b/x11/e17/efreet/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2011/01/16 00:56:28 laurent Exp $ +# $OpenBSD: Makefile,v 1.15 2011/01/16 10:39:25 jasper Exp $ COMMENT = implementations of freedesktop.org specifications DISTNAME = efreet-1.0.0.beta2 -PKGNAME = efreet-1.0.0 -EPOCH = 0 +EPOCH = 1 SO_VERSION = 1.0 # NOTE: Must bump minor version if any shlib's are removed from the diff --git a/x11/e17/eina/Makefile b/x11/e17/eina/Makefile index a16be18b6dd..b393f008c64 100644 --- a/x11/e17/eina/Makefile +++ b/x11/e17/eina/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2011/01/16 00:31:30 laurent Exp $ +# $OpenBSD: Makefile,v 1.5 2011/01/16 10:39:25 jasper Exp $ COMMENT = EFL API for data types DISTNAME = eina-1.0.0.beta2 -PKGNAME = eina-1.0.0 + +EPOCH= 0 SHARED_LIBS = eina 1.0 diff --git a/x11/e17/embryo/Makefile b/x11/e17/embryo/Makefile index 3b8c20b9689..9b5c42a7444 100644 --- a/x11/e17/embryo/Makefile +++ b/x11/e17/embryo/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2011/01/16 00:15:45 laurent Exp $ +# $OpenBSD: Makefile,v 1.9 2011/01/16 10:39:25 jasper Exp $ COMMENT = C like scripting language used in E17 DISTNAME = embryo-1.0.0.beta2 -PKGNAME = embryo-1.0.0 -EPOCH = 0 +EPOCH = 1 SHARED_LIBS += embryo 1.0 diff --git a/x11/e17/evas/Makefile b/x11/e17/evas/Makefile index daa921b854f..acdfb5d43eb 100644 --- a/x11/e17/evas/Makefile +++ b/x11/e17/evas/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2011/01/16 00:37:45 laurent Exp $ +# $OpenBSD: Makefile,v 1.18 2011/01/16 10:39:25 jasper Exp $ COMMENT = canvas API for X DISTNAME = evas-1.0.0.beta2 -PKGNAME = evas-1.0.0 -EPOCH = 0 +EPOCH = 1 SHARED_LIBS += evas 1.0