From 88f0026c01c65d246bd9214a35739cde9ea94bc2 Mon Sep 17 00:00:00 2001 From: jolan Date: Tue, 12 Jul 2005 05:00:57 +0000 Subject: [PATCH] bump PKGNAME when you change a package so pkg_add -r can do its thing --- x11/xglobe/Makefile | 3 ++- x11/xglobe/files/OpenBSD-markers | 8 +++++++- x11/xplanet/Makefile | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/x11/xglobe/Makefile b/x11/xglobe/Makefile index 00bb1b0b976..53c89c7833d 100644 --- a/x11/xglobe/Makefile +++ b/x11/xglobe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2004/12/17 15:03:18 alek Exp $ +# $OpenBSD: Makefile,v 1.24 2005/07/12 05:00:57 jolan Exp $ COMMENT= "display the Earth on X11" @@ -8,6 +8,7 @@ HOMEPAGE= http://www.cs.unc.edu/~scheuerm/xglobe/ # Temporary release MASTER_SITES= ftp://quatramaran.ens.fr/pub/espie/ DISTNAME= xglobe-0.5p2 +PKGNAME= ${DISTNAME:S/p2/p3/} MAINTAINER= Marc Espie diff --git a/x11/xglobe/files/OpenBSD-markers b/x11/xglobe/files/OpenBSD-markers index c9d7051184d..97a50912870 100644 --- a/x11/xglobe/files/OpenBSD-markers +++ b/x11/xglobe/files/OpenBSD-markers @@ -1,4 +1,10 @@ -# $OpenBSD: OpenBSD-markers,v 1.58 2005/07/09 09:19:50 grunk Exp $ +# $OpenBSD: OpenBSD-markers,v 1.59 2005/07/12 05:00:58 jolan Exp $ +# +# THE PKGNAME MUST BE BUMPED FOR THE FOLLOWING PORTS WHEN YOU COMMIT +# TO THIS FILE: +# x11/xglobe +# x11/xplanet +# # This is a list of OpenBSD developers and related people. # -37.457132 144.580589 "Miller" # Damien diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index be9786c2dca..91ca041f48b 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2005/07/04 12:29:00 robert Exp $ +# $OpenBSD: Makefile,v 1.3 2005/07/12 05:00:58 jolan Exp $ COMMENT= "Draw pictures of the earth textured by an image" DISTNAME= xplanet-1.1.2 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= x11 MAINTAINER= Robert Nagy