pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/calibre Get rid of unnecessary calibre-uninstall ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd8487ff7249
branches:  trunk
changeset: 648688:cd8487ff7249
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 16 22:28:38 2015 +0000

description:
Get rid of unnecessary calibre-uninstall program, pkg_delete is working fine.
Bump PKGREVISION.
(Gets rid of /usr/bin/python in installed file.)

diffstat:

 misc/calibre/Makefile |  4 +++-
 misc/calibre/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r bf57b50bf02d -r cd8487ff7249 misc/calibre/Makefile
--- a/misc/calibre/Makefile     Mon Mar 16 21:51:01 2015 +0000
+++ b/misc/calibre/Makefile     Mon Mar 16 22:28:38 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.95 2015/03/15 21:30:20 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2015/03/16 22:28:38 wiz Exp $
 
 DISTNAME=      calibre-2.21.0
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=calibre/}
 EXTRACT_SUFX=  .tar.xz
@@ -110,6 +111,7 @@
            COPYRIGHT INSTALL LICENSE.* \
            ${DESTDIR}${PREFIX}/share/doc/calibre
        cd ${DESTDIR}${PREFIX} && ${MV} lib/calibre/calibre/plugins/.libs/libheadless.so lib/calibre/calibre/plugins/libheadless.so
+       ${RM} ${DESTDIR}${PREFIX}/bin/calibre-uninstall
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/versioned_dependencies.mk"
diff -r bf57b50bf02d -r cd8487ff7249 misc/calibre/PLIST
--- a/misc/calibre/PLIST        Mon Mar 16 21:51:01 2015 +0000
+++ b/misc/calibre/PLIST        Mon Mar 16 22:28:38 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2015/03/15 21:23:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.33 2015/03/16 22:28:38 wiz Exp $
 bin/calibre
 bin/calibre-complete
 bin/calibre-customize
@@ -6,7 +6,6 @@
 bin/calibre-parallel
 bin/calibre-server
 bin/calibre-smtp
-bin/calibre-uninstall
 bin/calibredb
 bin/ebook-convert
 bin/ebook-device



Home | Main Index | Thread Index | Old Index