Update to 3.5.
This commit is contained in:
parent
de21e59a41
commit
31037cd6f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288935
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= multimarkdown
|
||||
PORTVERSION= 3.2
|
||||
PORTVERSION= 3.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://github.com/${GH_DEVELOPER}/${GH_PORTNAME}/tarball/${DISTVERSION}/
|
||||
DISTNAME= ${GH_DEVELOPER}-${GH_PORTNAME}-${DISTVERSION}-0-g${GH_VERSION}
|
||||
|
@ -19,8 +19,8 @@ LICENSE= MIT
|
|||
# Github makes this very confusing
|
||||
GH_PORTNAME= peg-${PORTNAME}
|
||||
GH_DEVELOPER= fletcher #GH trees live under a username
|
||||
GH_VERSION= fbe21522ca #GH appends a commit hash to the filename
|
||||
GH_SRCDIR= 7aacba2 #GH appends something else (??) to the extracted pathname
|
||||
GH_VERSION= 9cbee1df1c #GH appends a commit hash to the filename
|
||||
GH_SRCDIR= 5df97d9 #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
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (fletcher-peg-multimarkdown-3.2-0-gfbe21522ca.tar.gz) = 21f570ff835db9034ab65594fab4fadf8ddb8977cd76d6785e9a48c0210edacd
|
||||
SIZE (fletcher-peg-multimarkdown-3.2-0-gfbe21522ca.tar.gz) = 116966
|
||||
SHA256 (fletcher-peg-multimarkdown-3.5-0-g9cbee1df1c.tar.gz) = b017b075f6d6f3defd8e80ca202a276d299ad139268f47807eea9ab3e40baa5c
|
||||
SIZE (fletcher-peg-multimarkdown-3.5-0-g9cbee1df1c.tar.gz) = 139762
|
||||
|
|
Loading…
Reference in a new issue