pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ikiwiki



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Mar 11 22:57:55 UTC 2018

Modified Files:
        pkgsrc/www/ikiwiki: Makefile distinfo
Removed Files:
        pkgsrc/www/ikiwiki/patches: patch-IkiWiki_Plugin_mdwn.pm
            patch-Makefile.PL patch-po_Makefile patch-t_mdwn.t

Log Message:
Update to 3.20180311. From the changelog:

  [ Amitai Schleier ]
  * Avoid unexpected full paths from find(1)

  [ thm.id.fedoraproject.org ]
  * rst test: Probe for docutils Python 3 module, not Python 2

  [ Simon McVittie ]
  * mdwn: Automatically detect which Discount flags to use, fixing
    regressions in 3.20180228 when using Discount < 2.2
  * Add a test asserting that no plugin is an empty file, to confirm
    that the build fixes in 3.20180228 were successful


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/www/ikiwiki/Makefile
cvs rdiff -u -r1.126 -r1.127 pkgsrc/www/ikiwiki/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/ikiwiki/patches/patch-IkiWiki_Plugin_mdwn.pm \
    pkgsrc/www/ikiwiki/patches/patch-po_Makefile \
    pkgsrc/www/ikiwiki/patches/patch-t_mdwn.t
cvs rdiff -u -r1.3 -r0 pkgsrc/www/ikiwiki/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ikiwiki/Makefile
diff -u pkgsrc/www/ikiwiki/Makefile:1.154 pkgsrc/www/ikiwiki/Makefile:1.155
--- pkgsrc/www/ikiwiki/Makefile:1.154   Fri Mar  9 16:12:50 2018
+++ pkgsrc/www/ikiwiki/Makefile Sun Mar 11 22:57:55 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.154 2018/03/09 16:12:50 schmonz Exp $
+# $NetBSD: Makefile,v 1.155 2018/03/11 22:57:55 schmonz Exp $
 #
 
-DISTNAME=              ikiwiki_3.20180228.orig
+DISTNAME=              ikiwiki_3.20180311.orig
 PKGNAME=               ${DISTNAME:S/_/-/:S/.orig//}
-PKGREVISION=           1
 CATEGORIES=            www textproc
 MASTER_SITES=          ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
 EXTRACT_SUFX=          .tar.xz
@@ -32,7 +31,7 @@ DEPENDS+=             p5-File-MimeInfo-[0-9]*:../..
 DEPENDS+=              p5-gettext-[0-9]*:../../devel/p5-gettext
 DEPENDS+=              p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML
 
-WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
+WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV:S/ikiwiki-/IkiWiki-/}
 PERL5_PACKLIST=                auto/IkiWiki/.packlist
 USE_LANGUAGES=         c
 USE_TOOLS+=            gmake msgfmt perl:run xgettext

Index: pkgsrc/www/ikiwiki/distinfo
diff -u pkgsrc/www/ikiwiki/distinfo:1.126 pkgsrc/www/ikiwiki/distinfo:1.127
--- pkgsrc/www/ikiwiki/distinfo:1.126   Fri Mar  9 16:12:50 2018
+++ pkgsrc/www/ikiwiki/distinfo Sun Mar 11 22:57:55 2018
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.126 2018/03/09 16:12:50 schmonz Exp $
+$NetBSD: distinfo,v 1.127 2018/03/11 22:57:55 schmonz Exp $
 
-SHA1 (ikiwiki_3.20180228.orig.tar.xz) = 736abf42a48007ac379bb1243ba120e7ec44a5a3
-RMD160 (ikiwiki_3.20180228.orig.tar.xz) = e8ac97d347228caacec54c5af8206ab457e7d46a
-SHA512 (ikiwiki_3.20180228.orig.tar.xz) = d3b20ff564ece42057ea7c4693a53ff1053874c55163b540d2d9ac184fb9bae2b36ebd0de7335fee7251134768e3bbdcbefc2915a728ef305948e7bf2463b88f
-Size (ikiwiki_3.20180228.orig.tar.xz) = 2637180 bytes
-SHA1 (patch-IkiWiki_Plugin_mdwn.pm) = 881d202ea0a325575c62f80d4432557398675778
-SHA1 (patch-Makefile.PL) = 35f12c579d497d2462d8e0c0f84c2e2144aaec60
-SHA1 (patch-po_Makefile) = 7adc25868a3d36157f7e3af7caedcec67e008397
-SHA1 (patch-t_mdwn.t) = 6c4fb5489cf36755b12825a57c2c7fae6e6dfc36
+SHA1 (ikiwiki_3.20180311.orig.tar.xz) = 9c567bb9f46e8a86a41ddc2358d0426248934e33
+RMD160 (ikiwiki_3.20180311.orig.tar.xz) = 22a2f1963e73fae82a7a6a29c84488c898c7c4fa
+SHA512 (ikiwiki_3.20180311.orig.tar.xz) = 12042d90217995eb43d47df1e81cbced825fc2b2262893680447448abac88ef5279bcddd6c438613b41c4f35308a4f1e8d23157e018bb99d883bc0941af1d469
+Size (ikiwiki_3.20180311.orig.tar.xz) = 2639052 bytes



Home | Main Index | Thread Index | Old Index