bump PKGNAME when you change a package so pkg_add -r can do its thing

This commit is contained in:
jolan 2005-07-12 05:00:57 +00:00
parent 60ad39a102
commit 88f0026c01
3 changed files with 11 additions and 4 deletions

View File

@ -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 <espie@openbsd.org>

View File

@ -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

View File

@ -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 <robert@openbsd.org>