diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2012-06-05 02:26:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2012-06-05 02:26:49 +0000 |
commit | 8c84e8baa8bee451277d838de2391c883749871e (patch) | |
tree | 3e2f6190a182d5e3923e6c7bb0689dad1b4aa925 /textproc | |
parent | 5d32868b2340b4c2b67793cf4fbea121f34bd85f (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/multimarkdown/Makefile | 6 | ||||
-rw-r--r-- | textproc/multimarkdown/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile index 492bcf291dbb..2d9f18b0f3c5 100644 --- a/textproc/multimarkdown/Makefile +++ b/textproc/multimarkdown/Makefile @@ -6,7 +6,7 @@ # PORTNAME= multimarkdown -PORTVERSION= 3.5.1 +PORTVERSION= 3.6 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= d041103758 #GH appends a commit hash to the filename -GH_SRCDIR= 4ecb3b6 #GH appends something else (??) to the extracted pathname +GH_VERSION= 23fba45421 #GH appends a commit hash to the filename +GH_SRCDIR= e1d494e #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 diff --git a/textproc/multimarkdown/distinfo b/textproc/multimarkdown/distinfo index 161f52a0c9ba..4e9091b3370c 100644 --- a/textproc/multimarkdown/distinfo +++ b/textproc/multimarkdown/distinfo @@ -1,2 +1,2 @@ -SHA256 (fletcher-peg-multimarkdown-3.5.1-0-gd041103758.tar.gz) = 99a11aa2a65c58770b9249ea66fdebcdae5f2a0842e5512a1dcde8e1b923f1fd -SIZE (fletcher-peg-multimarkdown-3.5.1-0-gd041103758.tar.gz) = 140178 +SHA256 (fletcher-peg-multimarkdown-3.6-0-g23fba45421.tar.gz) = ccdf71ec242d2319487dee6778a1cca8f6d772716cdc066c092570e4ee27cf74 +SIZE (fletcher-peg-multimarkdown-3.6-0-g23fba45421.tar.gz) = 141026 |