aboutsummaryrefslogtreecommitdiff
path: root/textproc/multimarkdown
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2012-04-02 00:08:56 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2012-04-02 00:08:56 +0000
commit8cb7dbd29b2b817f40ee87a8d707036d01ba3db0 (patch)
tree5cd9ff30365c40ce8fa5fa8c0051aea5d4ef44e9 /textproc/multimarkdown
parentf09ddea7892ba9c919b1195a2b2fcb1ebdd42dbb (diff)
downloadports-8cb7dbd29b2b817f40ee87a8d707036d01ba3db0.tar.gz
ports-8cb7dbd29b2b817f40ee87a8d707036d01ba3db0.zip
Update to 3.5.1
Feature safe: yes
Notes
Notes: svn path=/head/; revision=294099
Diffstat (limited to 'textproc/multimarkdown')
-rw-r--r--textproc/multimarkdown/Makefile9
-rw-r--r--textproc/multimarkdown/distinfo4
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile
index c170527692e0..00fca538ebc2 100644
--- a/textproc/multimarkdown/Makefile
+++ b/textproc/multimarkdown/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= multimarkdown
-PORTVERSION= 3.5
+PORTVERSION= 3.5.1
CATEGORIES= textproc
MASTER_SITES= https://github.com/${GH_DEVELOPER}/${GH_PORTNAME}/tarball/${DISTVERSION}/
DISTNAME= ${GH_DEVELOPER}-${GH_PORTNAME}-${DISTVERSION}-0-g${GH_VERSION}
@@ -21,8 +21,8 @@ LICENSE= MIT
# Github makes this very confusing
GH_PORTNAME= peg-${PORTNAME}
GH_DEVELOPER= fletcher #GH trees live under a username
-GH_VERSION= 9cbee1df1c #GH appends a commit hash to the filename
-GH_SRCDIR= 5df97d9 #GH appends something else (??) to the extracted pathname
+GH_VERSION= d041103758 #GH appends a commit hash to the filename
+GH_SRCDIR= 4ecb3b6 #GH appends something else (??) to the extracted pathname
WRKSRC= ${WRKDIR}/${GH_DEVELOPER}-${GH_PORTNAME}-${GH_SRCDIR}
FETCH_ARGS= -prR #GH issues HTTP/302 errors for source tarballs
@@ -33,6 +33,9 @@ MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/multimarkdown bin/mmd bin/mmd2all bin/mmd2odf bin/mmd2opml bin/mmd2pdf bin/mmd2tex
PORTDOCS= LICENSE README.markdown
+post-patch:
+ @${REINPLACE_CMD} -E "s/-arch (ppc|i386)//" ${WRKSRC}/Makefile
+
do-install:
@${INSTALL} -m 755 ${WRKSRC}/multimarkdown ${PREFIX}/bin
@${INSTALL} -m 755 ${WRKSRC}/scripts/* ${PREFIX}/bin
diff --git a/textproc/multimarkdown/distinfo b/textproc/multimarkdown/distinfo
index 46626e4b706c..161f52a0c9ba 100644
--- a/textproc/multimarkdown/distinfo
+++ b/textproc/multimarkdown/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fletcher-peg-multimarkdown-3.5-0-g9cbee1df1c.tar.gz) = b017b075f6d6f3defd8e80ca202a276d299ad139268f47807eea9ab3e40baa5c
-SIZE (fletcher-peg-multimarkdown-3.5-0-g9cbee1df1c.tar.gz) = 139762
+SHA256 (fletcher-peg-multimarkdown-3.5.1-0-gd041103758.tar.gz) = 99a11aa2a65c58770b9249ea66fdebcdae5f2a0842e5512a1dcde8e1b923f1fd
+SIZE (fletcher-peg-multimarkdown-3.5.1-0-gd041103758.tar.gz) = 140178