summaryrefslogtreecommitdiff
path: root/mail/Pantomime
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2004-09-24 01:56:53 +0000
committerrh <rh@pkgsrc.org>2004-09-24 01:56:53 +0000
commitb3da7e1bbf765f7f9540070db4fad90d29f5539a (patch)
treed65151383d4166371a2f6bde13bb1ed4c7d4bcd4 /mail/Pantomime
parent0b848463b21476e916768cad3b3b507b9d9480a6 (diff)
downloadpkgsrc-b3da7e1bbf765f7f9540070db4fad90d29f5539a.tar.gz
Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to library major revision bump. Noteworthy changes in gnustep-base-1.10.0: ========================================== Note the interface version of the library has changed so that apps, tools and libraries the use the base library need to be recompiled to use it. * A large majority of the library classes have been documented thanks to the efforts of Andrew Ruder * URL classes support persistant connections * Mac OSX XML compatibility fixes.
Diffstat (limited to 'mail/Pantomime')
-rw-r--r--mail/Pantomime/Makefile3
-rw-r--r--mail/Pantomime/buildlink3.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/Pantomime/Makefile b/mail/Pantomime/Makefile
index 06f25918f11..7505e2b9351 100644
--- a/mail/Pantomime/Makefile
+++ b/mail/Pantomime/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/04/10 23:52:37 rh Exp $
+# $NetBSD: Makefile,v 1.12 2004/09/24 01:56:54 rh Exp $
#
DISTNAME= Pantomime-1.1.2
+PKGREVISION= 1
CATEGORIES= mail gnustep
MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/GNUMail/
diff --git a/mail/Pantomime/buildlink3.mk b/mail/Pantomime/buildlink3.mk
index ebdf7b708a9..8457c48ecd6 100644
--- a/mail/Pantomime/buildlink3.mk
+++ b/mail/Pantomime/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/10 23:52:37 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/09/24 01:56:54 rh Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PANTOMIME_BUILDLINK3_MK:= ${PANTOMIME_BUILDLINK3_MK}+
@@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= Pantomime
.if !empty(PANTOMIME_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.Pantomime+= Pantomime>=1.1.2
+BUILDLINK_RECOMMENDED.Pantomime+= Pantomime>=1.1.2nb1
BUILDLINK_PKGSRCDIR.Pantomime?= ../../mail/Pantomime
.include "../../devel/gnustep-make/gnustep.mk"