diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-31 23:52:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-31 23:52:49 +0000 |
commit | 0b6aed9df99027e509029e46c9d5beb0534e1762 (patch) | |
tree | c8a2a741376e2eb098e3935c7ef5b003f192810c /graphics/linux-f10-png10 | |
parent | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (diff) |
Properly increment PORTREVISION relative to the previous value (3,
incorrectly inherited from the linux-gtk port because it was not
previously overridden in this slave port).
Noticed by: eikbot
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=125615
Diffstat (limited to 'graphics/linux-f10-png10')
-rw-r--r-- | graphics/linux-f10-png10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/linux-f10-png10/Makefile b/graphics/linux-f10-png10/Makefile index b817efb03ff9..2c224a5cf078 100644 --- a/graphics/linux-f10-png10/Makefile +++ b/graphics/linux-f10-png10/Makefile @@ -7,7 +7,7 @@ PORTNAME= png PORTVERSION= 1.0.16 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= graphics linux MASTER_SITES= http://mirrors.xmission.com/fedora/core/3/i386/os/Fedora/RPMS/ \ http://fedora.cat.pdx.edu/linux/core/3/i386/os/Fedora/RPMS/ |