diff options
author | pav <pav@FreeBSD.org> | 2007-05-20 19:50:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-20 19:50:22 +0800 |
commit | 2fa79aaa7401070de0b50427b1e65fef3bacabb7 (patch) | |
tree | 83f295784f8adec4daec08b6f836d0d66b42743d /print/ghostscript-gpl | |
parent | adc17846f2f6ebdcdff4d621675c6b7e40f980fa (diff) | |
download | freebsd-ports-gnome-2fa79aaa7401070de0b50427b1e65fef3bacabb7.tar.gz freebsd-ports-gnome-2fa79aaa7401070de0b50427b1e65fef3bacabb7.tar.zst freebsd-ports-gnome-2fa79aaa7401070de0b50427b1e65fef3bacabb7.zip |
- Bump PORTREVISION for xorg72 import (automated tool got confused here)
Reported by: netchild
Approved by: portmgr (implicit)
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile.inc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index f04c23f6298e..520815961fce 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -7,7 +7,6 @@ PORTNAME= ghostscript PORTVERSION= ${GS_VERSION} -PORTREVISION= 1 PORTREVISION= ${GS_REVISION} PORTEPOCH= ${GS_EPOCH} CATEGORIES= print diff --git a/print/ghostscript-gpl/Makefile.inc b/print/ghostscript-gpl/Makefile.inc index 25f14f474277..1f988a65f1e5 100644 --- a/print/ghostscript-gpl/Makefile.inc +++ b/print/ghostscript-gpl/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.56 -GS_REVISION= 3 +GS_REVISION= 4 GS_EPOCH= 0 |