pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
xearth version 1.1 (6 November 1999)
Finalize some changes that I've been sitting on for a few years;
integrate some contributed code. New features:
- new position specifier (moon)
- new rotation specifier (galactic)
- cylindrical projections (-proj cyl)
- support for "real" 24-bit displays
- support for running xearth it its own top-level window (-noroot,
-geometry)
Plus miscellaneous code cleanup.
"moon" and "galactic" changes are courtesy of Frank T. Solensky
<solensky@TopLayer.com>.
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.