summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2013-07-10 01:29:21 +0000
committerschmonz <schmonz@pkgsrc.org>2013-07-10 01:29:21 +0000
commitd5c331094beb7d176ecfecbb0456997346c12176 (patch)
treee555811aa635bcb306863dbed5f092d79e757675 /textproc
parent8b63ac9140335f6a9c7b2ad09e5ed6fc3ef2c48b (diff)
downloadpkgsrc-d5c331094beb7d176ecfecbb0456997346c12176.tar.gz
Update to 0.04. From the changelog:
- noop to deal with ugly file name - upgraded discount to 2.1.5a (RT:79192)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Markdown-Discount/Makefile6
-rw-r--r--textproc/p5-Text-Markdown-Discount/distinfo10
-rw-r--r--textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh16
3 files changed, 17 insertions, 15 deletions
diff --git a/textproc/p5-Text-Markdown-Discount/Makefile b/textproc/p5-Text-Markdown-Discount/Makefile
index 1c0c62a55f4..cf655fd89f1 100644
--- a/textproc/p5-Text-Markdown-Discount/Makefile
+++ b/textproc/p5-Text-Markdown-Discount/Makefile
@@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/Text-Markdown-Discount/
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 --git a/textproc/p5-Text-Markdown-Discount/distinfo b/textproc/p5-Text-Markdown-Discount/distinfo
index 2efd1d9291c..4e9191249b6 100644
--- a/textproc/p5-Text-Markdown-Discount/distinfo
+++ b/textproc/p5-Text-Markdown-Discount/distinfo
@@ -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 --git a/textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh b/textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh
index afd6fe1c1b6..6172c9694b7 100644
--- a/textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh
+++ b/textproc/p5-Text-Markdown-Discount/patches/patch-configure.sh
@@ -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 $
---- 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
+Fix messed up configure.sh.
+
+--- 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 @@ $NetBSD: patch-configure.sh,v 1.1 2012/04/19 21:05:46 joerg Exp $
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 @@ $NetBSD: patch-configure.sh,v 1.1 2012/04/19 21:05:46 joerg Exp $
:
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 @@ $NetBSD: patch-configure.sh,v 1.1 2012/04/19 21:05:46 joerg Exp $
:
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