diff --git a/x11/gnustep/Makefile.inc b/x11/gnustep/Makefile.inc index 3bbfa5a0a9e..7797f938dbc 100644 --- a/x11/gnustep/Makefile.inc +++ b/x11/gnustep/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.5 2008/05/05 09:32:59 ajacoutot Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2010/07/05 07:52:02 ajacoutot Exp $ DIST_SUBDIR= gnustep -MAINTAINER?= Antoine Jacoutot +MAINTAINER?= Sebastian Reitenbach # GPLv3 - LGPLv3 (GNUStep core apps and libs) # GPLv2 - LGPLv2 diff --git a/x11/gnustep/addresses/Makefile b/x11/gnustep/addresses/Makefile index 9a6f2d2115b..6a9cc903603 100644 --- a/x11/gnustep/addresses/Makefile +++ b/x11/gnustep/addresses/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2009/02/16 15:28:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= GNUstep address book DISTNAME= Addresses-0.4.7 -PKGNAME= ${DISTNAME:L}p2 +PKGNAME= ${DISTNAME:L}p3 SHARED_LIBS+= Addresses 0.1 # .0.1 SHARED_LIBS+= AddressView 0.1 # .0.1 CATEGORIES= mail diff --git a/x11/gnustep/back/Makefile b/x11/gnustep/back/Makefile index 126fb2fe2c0..c7a785705d9 100644 --- a/x11/gnustep/back/Makefile +++ b/x11/gnustep/back/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2010/05/12 16:44:39 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= GNUstep gui backend V= 0.18.0 DISTNAME= gnustep-back-${V} +PKGNAME= ${DISTNAME}p0 + CATEGORIES= devel BACKENDV= ${V:C/([0-9])*[.]([0-9]*).*/\1\2/1} diff --git a/x11/gnustep/base/Makefile b/x11/gnustep/base/Makefile index a73f189f712..932941c28d1 100644 --- a/x11/gnustep/base/Makefile +++ b/x11/gnustep/base/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.25 2010/05/12 16:43:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.26 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= GNUstep base library DISTNAME= gnustep-base-1.20.0 +PKGNAME= ${DISTNAME}p0 + SHARED_LIBS= gnustep-base 3.0 # .1.16.4 CATEGORIES= devel diff --git a/x11/gnustep/examples/Makefile b/x11/gnustep/examples/Makefile index 4bacbabe194..4c3b5796c5c 100644 --- a/x11/gnustep/examples/Makefile +++ b/x11/gnustep/examples/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2010/06/07 06:52:46 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= GNUstep example applications DISTNAME= gnustep-examples-1.3.0 -PKGNAME= ${DISTNAME} +PKGNAME= ${DISTNAME}p0 CATEGORIES= misc HOMEPAGE= http://www.gnustep.org/experience/examples.html diff --git a/x11/gnustep/gnumail/Makefile b/x11/gnustep/gnumail/Makefile index 6087ca53a41..4ddfd945fde 100644 --- a/x11/gnustep/gnumail/Makefile +++ b/x11/gnustep/gnumail/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2008/06/23 11:00:46 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= GNUstep mail application DISTNAME= GNUMail-1.2.0pre3 -PKGNAME= ${DISTNAME:L}p2 +PKGNAME= ${DISTNAME:L}p3 SHARED_LIBS= GNUMail 1.2 # .1.2 CATEGORIES= mail diff --git a/x11/gnustep/gui/Makefile b/x11/gnustep/gui/Makefile index e327908d7db..69d8607e7fa 100644 --- a/x11/gnustep/gui/Makefile +++ b/x11/gnustep/gui/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2010/05/12 16:44:17 jasper Exp $ +# $OpenBSD: Makefile,v 1.17 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= GNUstep gui library DISTNAME= gnustep-gui-0.18.0 +PKGNAME= ${DISTNAME}p0 + CATEGORIES= devel # needs to follow gnustep-back backend versioning diff --git a/x11/gnustep/gworkspace/Makefile b/x11/gnustep/gworkspace/Makefile index 9b8b5b7fb65..e3b7b93b078 100644 --- a/x11/gnustep/gworkspace/Makefile +++ b/x11/gnustep/gworkspace/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2010/07/01 21:04:19 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= GNUstep workspace manager DISTNAME= gworkspace-0.8.8 +PKGNAME= ${DISTNAME}p0 + CATEGORIES= x11 SO_VERSION= 0.0 diff --git a/x11/gnustep/imageviewer/Makefile b/x11/gnustep/imageviewer/Makefile index ff3a76a48e5..0a5425baa8f 100644 --- a/x11/gnustep/imageviewer/Makefile +++ b/x11/gnustep/imageviewer/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/11/14 11:07:25 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.2 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= GNUstep image viewer DISTNAME= ImageViewer-0.6.2 -PKGNAME= ${DISTNAME:L} +PKGNAME= ${DISTNAME:L}p0 CATEGORIES= graphics HOMEPAGE= http://www.nice.ch/~phip/softcorner.html diff --git a/x11/gnustep/make/Makefile b/x11/gnustep/make/Makefile index 887bfdb2c3c..93abd41d2b2 100644 --- a/x11/gnustep/make/Makefile +++ b/x11/gnustep/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2010/06/07 06:28:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2010/07/05 07:52:02 ajacoutot Exp $ # WARNING: this port does NOT use the x11/gnustep MODULE @@ -7,6 +7,7 @@ PKG_ARCH= * COMMENT= GNUstep makefile package DISTNAME= gnustep-make-2.4.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= devel x11/gnustep HOMEPAGE= http://www.gnustep.org/ diff --git a/x11/gnustep/pantomime/Makefile b/x11/gnustep/pantomime/Makefile index 59181c7f5d1..aef1a586f2d 100644 --- a/x11/gnustep/pantomime/Makefile +++ b/x11/gnustep/pantomime/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2008/05/16 17:35:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2010/07/05 07:52:02 ajacoutot Exp $ COMMENT= framework to major mail protocols DISTNAME= Pantomime-1.2.0pre3 -PKGNAME= ${DISTNAME:L}p1 +PKGNAME= ${DISTNAME:L}p2 SHARED_LIBS= Pantomime 1.2 # .1.2 CATEGORIES= mail