pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Try removing share/ghostscript directory during uninst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e26aa3bb41d3
branches:  trunk
changeset: 539651:e26aa3bb41d3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 10 12:34:10 2008 +0000

description:
Try removing share/ghostscript directory during uninstall.
Bump PKGREVISION.

diffstat:

 fonts/ghostscript-fonts/Makefile |  4 ++--
 fonts/ghostscript-fonts/PLIST    |  3 ++-
 print/ghostscript-esp/Makefile   |  4 ++--
 print/ghostscript-esp/PLIST      |  3 ++-
 print/ghostscript/Makefile       |  4 ++--
 print/ghostscript/PLIST          |  4 ++--
 print/ghostscript6/Makefile      |  4 ++--
 print/ghostscript6/PLIST         |  3 ++-
 8 files changed, 16 insertions(+), 13 deletions(-)

diffs (115 lines):

diff -r 986256b714ff -r e26aa3bb41d3 fonts/ghostscript-fonts/Makefile
--- a/fonts/ghostscript-fonts/Makefile  Mon Mar 10 12:17:04 2008 +0000
+++ b/fonts/ghostscript-fonts/Makefile  Mon Mar 10 12:34:10 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2006/12/27 18:08:17 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/03/10 12:34:10 wiz Exp $
 
 DISTNAME=              ghostscript-fonts-8.11
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            fonts
 MASTER_SITES+=         ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \
                        ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/
diff -r 986256b714ff -r e26aa3bb41d3 fonts/ghostscript-fonts/PLIST
--- a/fonts/ghostscript-fonts/PLIST     Mon Mar 10 12:17:04 2008 +0000
+++ b/fonts/ghostscript-fonts/PLIST     Mon Mar 10 12:34:10 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/12/27 18:08:17 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/03/10 12:34:10 wiz Exp $
 share/ghostscript/fonts/a010013l.afm
 share/ghostscript/fonts/a010013l.pfb
 share/ghostscript/fonts/a010013l.pfm
@@ -152,3 +152,4 @@
 share/ghostscript/fonts/z003034l.pfb
 share/ghostscript/fonts/z003034l.pfm
 @dirrm share/ghostscript/fonts
+@unexec ${RMDIR} %D/share/ghostscript 2>/dev/null || ${TRUE}
diff -r 986256b714ff -r e26aa3bb41d3 print/ghostscript-esp/Makefile
--- a/print/ghostscript-esp/Makefile    Mon Mar 10 12:17:04 2008 +0000
+++ b/print/ghostscript-esp/Makefile    Mon Mar 10 12:34:10 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2008/01/18 05:08:54 tnn Exp $
+# $NetBSD: Makefile,v 1.27 2008/03/10 12:34:10 wiz Exp $
 
 DISTNAME=      espgs-${GS_VERS}-source
 PKGNAME=       ghostscript-esp-${GS_VERS}
-PKGREVISION=   8
+PKGREVISION=   9
 BASEGS_VERS=   8.15
 GS_VERS=       ${BASEGS_VERS}.1
 CATEGORIES=    print
diff -r 986256b714ff -r e26aa3bb41d3 print/ghostscript-esp/PLIST
--- a/print/ghostscript-esp/PLIST       Mon Mar 10 12:17:04 2008 +0000
+++ b/print/ghostscript-esp/PLIST       Mon Mar 10 12:34:10 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2006/01/24 15:28:30 ben Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/03/10 12:34:10 wiz Exp $
 bin/bdftops
 bin/dvipdf
 bin/eps2eps
@@ -524,5 +524,6 @@
 @dirrm share/ghostscript/${GS_VERS}/Resource/CMap
 @dirrm share/ghostscript/${GS_VERS}/Resource
 @dirrm share/ghostscript/${GS_VERS}
+@unexec ${RMDIR} %D/share/ghostscript 2>/dev/null || ${TRUE}
 @dirrm share/examples/ghostscript
 @dirrm share/doc/ghostscript
diff -r 986256b714ff -r e26aa3bb41d3 print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Mon Mar 10 12:17:04 2008 +0000
+++ b/print/ghostscript/Makefile        Mon Mar 10 12:34:10 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2008/03/05 19:12:16 drochner Exp $
+# $NetBSD: Makefile,v 1.47 2008/03/10 12:34:10 wiz Exp $
 
 DISTNAME=      ghostscript-8.62
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 986256b714ff -r e26aa3bb41d3 print/ghostscript/PLIST
--- a/print/ghostscript/PLIST   Mon Mar 10 12:17:04 2008 +0000
+++ b/print/ghostscript/PLIST   Mon Mar 10 12:34:10 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2008/03/05 11:01:12 drochner Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/03/10 12:34:10 wiz Exp $
 bin/bdftops
 bin/dumphint
 bin/dvipdf
@@ -687,4 +687,4 @@
 @dirrm share/ghostscript/${PKGVERSION}/Resource/CMap
 @dirrm share/ghostscript/${PKGVERSION}/Resource
 @dirrm share/ghostscript/${PKGVERSION}
-@dirrm share/ghostscript
+@unexec ${RMDIR} %D/share/ghostscript 2>/dev/null || ${TRUE}
diff -r 986256b714ff -r e26aa3bb41d3 print/ghostscript6/Makefile
--- a/print/ghostscript6/Makefile       Mon Mar 10 12:17:04 2008 +0000
+++ b/print/ghostscript6/Makefile       Mon Mar 10 12:34:10 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2008/02/05 09:11:38 tnn Exp $
+# $NetBSD: Makefile,v 1.6 2008/03/10 12:34:10 wiz Exp $
 
 DISTNAME=              ghostscript-${GS_VERS}
-PKGREVISION=           10
+PKGREVISION=           11
 GS_VERS=               6.01
 CATEGORIES=            print
 MASTER_SITES+=         ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \
diff -r 986256b714ff -r e26aa3bb41d3 print/ghostscript6/PLIST
--- a/print/ghostscript6/PLIST  Mon Mar 10 12:17:04 2008 +0000
+++ b/print/ghostscript6/PLIST  Mon Mar 10 12:34:10 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/27 17:39:14 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/03/10 12:34:10 wiz Exp $
 bin/bdftops
 bin/dvipdf
 bin/eps2eps
@@ -320,6 +320,7 @@
 @dirrm share/ghostscript/${GS_VERS}/vflib
 @dirrm share/ghostscript/${GS_VERS}/lib
 @dirrm share/ghostscript/${GS_VERS}
+@unexec ${RMDIR} %D/share/ghostscript 2>/dev/null || ${TRUE}
 @dirrm share/examples/ghostscript
 @dirrm share/doc/html/ghostscript/hpijs
 @dirrm share/doc/html/ghostscript



Home | Main Index | Thread Index | Old Index