diff options
author | dholland <dholland> | 2011-08-10 17:43:57 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-08-10 17:43:57 +0000 |
commit | 470379d3a1caf5454423440593ef6d78e2e9b7ab (patch) | |
tree | 853822f4eb576a0e30876dedb8c6d5d3e3dd6693 /graphics/cairo | |
parent | c54295ef0ef49385b1dfa11d0f0d1235ebc5d2c1 (diff) | |
download | pkgsrc-470379d3a1caf5454423440593ef6d78e2e9b7ab.tar.gz |
Add note that next PKGREVISION bump should be to 3, as 2 was used briefly
a few months ago and then reverted.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index fabd3541437..2d8d2a79c2b 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2011/02/28 14:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2011/08/10 17:43:57 dholland Exp $ DISTNAME= cairo-1.10.2 +# note: PKGREVISION of 2 was used briefly in Feb 2011; next bump should use 3. PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ |