pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Markdown-Discount Update to 0.04. Fro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9a163706fe7
branches: trunk
changeset: 621478:d9a163706fe7
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Jul 10 01:29:21 2013 +0000
description:
Update to 0.04. From the changelog:
- noop to deal with ugly file name
- upgraded discount to 2.1.5a (RT:79192)
diffstat:
textproc/p5-Text-Markdown-Discount/Makefile | 6 ++--
textproc/p5-Text-Markdown-Discount/distinfo | 10 +++---
textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh | 16 ++++++----
3 files changed, 17 insertions(+), 15 deletions(-)
diffs (83 lines):
diff -r 9207501b7e38 -r d9a163706fe7 textproc/p5-Text-Markdown-Discount/Makefile
--- a/textproc/p5-Text-Markdown-Discount/Makefile Wed Jul 10 01:19:41 2013 +0000
+++ b/textproc/p5-Text-Markdown-Discount/Makefile Wed Jul 10 01:29:21 2013 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2013/05/31 12:42:16 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/07/10 01:29:21 schmonz Exp $
#
-DISTNAME= Text-Markdown-Discount-0.02
+DISTNAME= Text-Markdown-Discount-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -12,6 +11,7 @@
COMMENT= Convert Markdown to (X)HTML
LICENSE= ${PERL5_LICENSE}
+WRKSRC= ${WRKDIR}/sekimura-text-markdown-discount-c45fb0c
PERL5_PACKLIST= auto/Text/Markdown/Discount/.packlist
USE_LANGUAGES= c
diff -r 9207501b7e38 -r d9a163706fe7 textproc/p5-Text-Markdown-Discount/distinfo
--- a/textproc/p5-Text-Markdown-Discount/distinfo Wed Jul 10 01:19:41 2013 +0000
+++ b/textproc/p5-Text-Markdown-Discount/distinfo Wed Jul 10 01:29:21 2013 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2012/04/19 21:05:45 joerg Exp $
+$NetBSD: distinfo,v 1.3 2013/07/10 01:29:21 schmonz Exp $
-SHA1 (Text-Markdown-Discount-0.02.tar.gz) = 101ec221011ef099599e90bec5ae0f0cea6c6e25
-RMD160 (Text-Markdown-Discount-0.02.tar.gz) = 29b4b24d76c1687ddd48568ae674b87acd8b1b20
-Size (Text-Markdown-Discount-0.02.tar.gz) = 180943 bytes
-SHA1 (patch-configure.sh) = 046ca124f1db6e659f9d950c1bda5ecb570d4224
+SHA1 (Text-Markdown-Discount-0.04.tar.gz) = 2b7142cc0155116c86a773d615d5237b5ecab78e
+RMD160 (Text-Markdown-Discount-0.04.tar.gz) = 573967da08bf95360724c77391539bdaa02dce2f
+Size (Text-Markdown-Discount-0.04.tar.gz) = 176644 bytes
+SHA1 (patch-configure.sh) = 1bd30e048a8924bfda9b1286fd8c77fe4439eed0
diff -r 9207501b7e38 -r d9a163706fe7 textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh
--- a/textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh Wed Jul 10 01:19:41 2013 +0000
+++ b/textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh Wed Jul 10 01:29:21 2013 +0000
@@ -1,8 +1,10 @@
-$NetBSD: patch-configure.sh,v 1.1 2012/04/19 21:05:46 joerg Exp $
+$NetBSD: patch-configure.sh,v 1.2 2013/07/10 01:29:21 schmonz Exp $
+
+Fix messed up configure.sh.
---- discount-2.1.2/configure.sh.orig 2012-04-19 14:00:16.000000000 +0000
-+++ discount-2.1.2/configure.sh
-@@ -76,11 +76,11 @@ AC_C_INLINE
+--- discount-2.1.5a/configure.sh.orig 2012-09-13 22:47:28.000000000 +0000
++++ discount-2.1.5a/configure.sh
+@@ -87,11 +87,11 @@ AC_C_INLINE
AC_SCALAR_TYPES sub hdr
AC_CHECK_BASENAME
@@ -17,7 +19,7 @@
AC_DEFINE 'INITRNG(x)' 'srand((unsigned int)x)'
else
AC_DEFINE 'INITRNG(x)' '(void)1'
-@@ -102,7 +102,7 @@ else
+@@ -113,7 +113,7 @@ else
AC_DEFINE 'COINTOSS()' '1'
fi
@@ -26,7 +28,7 @@
:
elif AC_CHECK_FUNCS stricmp; then
AC_DEFINE strcasecmp stricmp
-@@ -110,7 +110,7 @@ else
+@@ -121,7 +121,7 @@ else
AC_FAIL "$TARGET requires either strcasecmp() or stricmp()"
fi
@@ -35,7 +37,7 @@
:
elif AC_CHECK_FUNCS strnicmp; then
AC_DEFINE strncasecmp strnicmp
-@@ -118,7 +118,7 @@ else
+@@ -129,7 +129,7 @@ else
AC_FAIL "$TARGET requires either strncasecmp() or strnicmp()"
fi
Home |
Main Index |
Thread Index |
Old Index