mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
- Update to 1.000033
This commit is contained in:
parent
3622f594f7
commit
dd1e11069e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251389
4 changed files with 6 additions and 16 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Text-MultiMarkdown
|
||||
PORTVERSION= 1.000032
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.000033
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -25,6 +24,7 @@ RUN_DEPENDS= \
|
|||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= MultiMarkdown.pl.1
|
||||
MAN3= Text::MultiMarkdown.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Text-MultiMarkdown-1.000032.tar.gz) = aae27ec056cf9bc3ab6a922bcf27ace3
|
||||
SHA256 (Text-MultiMarkdown-1.000032.tar.gz) = 6d08cebbf68c7b2e0cc8295a5638b1cac4342949cc091ec46a8d3eeb534dc3bd
|
||||
SIZE (Text-MultiMarkdown-1.000032.tar.gz) = 94384
|
||||
MD5 (Text-MultiMarkdown-1.000033.tar.gz) = ae2f473762803a8593d2bdd2ebec77a5
|
||||
SHA256 (Text-MultiMarkdown-1.000033.tar.gz) = e7c58a9b923d4c3bb581a9331cdc5933f7ccf7b98fca2e7de283e9d6a95737f8
|
||||
SIZE (Text-MultiMarkdown-1.000033.tar.gz) = 94628
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.PL.orig 2009-10-23 09:40:28.000000000 +0800
|
||||
+++ Makefile.PL 2009-10-23 09:40:37.000000000 +0800
|
||||
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
# Scripts I install
|
||||
-prompt_script('script/MultiMarkdown.pl');
|
||||
+#prompt_script('script/MultiMarkdown.pl');
|
||||
|
||||
WriteAll;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
bin/MultiMarkdown.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MultiMarkdown/.packlist
|
||||
%%SITE_PERL%%/Text/MultiMarkdown.pm
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
||||
|
|
Loading…
Add table
Reference in a new issue