diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-20 11:50:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-20 11:50:22 +0000 |
commit | c6c44b7b8a4c20e795b89ecb2c0ae8327e707346 (patch) | |
tree | 7dff08a55ffe0f3e8e93e379ab1f6bc5e92278df /print/ghostscript8 | |
parent | c1d34f294df7880a5c4df220cf5152ed91202ce7 (diff) | |
download | ports-c6c44b7b8a4c20e795b89ecb2c0ae8327e707346.tar.gz ports-c6c44b7b8a4c20e795b89ecb2c0ae8327e707346.zip |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript8/Makefile.inc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index f04c23f6298e..520815961fce 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -7,7 +7,6 @@ PORTNAME= ghostscript PORTVERSION= ${GS_VERSION} -PORTREVISION= 1 PORTREVISION= ${GS_REVISION} PORTEPOCH= ${GS_EPOCH} CATEGORIES= print diff --git a/print/ghostscript8/Makefile.inc b/print/ghostscript8/Makefile.inc index 25f14f474277..1f988a65f1e5 100644 --- a/print/ghostscript8/Makefile.inc +++ b/print/ghostscript8/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.56 -GS_REVISION= 3 +GS_REVISION= 4 GS_EPOCH= 0 |