FreeBSD Bugzilla – Attachment 160884 Details for
Bug 203005
textproc/smu: update 1.3 -> 1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
textproc/smu: update 1.3 -> 1.4 and move to Github
smu-1.4.patch (text/plain), 1.64 KB, created by
Jason Unovitch
on 2015-09-10 01:03:41 UTC
(
hide
)
Description:
textproc/smu: update 1.3 -> 1.4 and move to Github
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2015-09-10 01:03:41 UTC
Size:
1.64 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 396547) >+++ Makefile (working copy) >@@ -2,10 +2,9 @@ > # $FreeBSD$ > > PORTNAME= smu >-PORTVERSION= 1.3 >+PORTVERSION= 1.4 >+DISTVERSIONPREFIX= v > CATEGORIES= textproc >-MASTER_SITES= http://s01.de/~tox/files/smu/ \ >- http://mirror.4bit.ws/ > > MAINTAINER= rodrigo@FreeBSD.org > COMMENT= Simple interpreter for a simplified markdown dialect >@@ -13,10 +12,16 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >+USE_GITHUB= yes >+GH_ACCOUNT= Gottox >+ > PLIST_FILES= bin/smu man/man1/smu.1.gz > > post-patch: >- @${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/config.mk >+ ${REINPLACE_CMD} -e 's|^CC = .*|CC = ${CC}|' \ >+ -e 's|^PREFIX = .*|PREFlX = ${PREFIX}|' \ >+ -e 's|^MANPREFIX = .*|MANPREFIX = ${MANPREFIX}|' \ >+ ${WRKSRC}/config.mk > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/smu ${STAGEDIR}${PREFIX}/bin >Index: distinfo >=================================================================== >--- distinfo (revision 396547) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (smu-1.3.tar.gz) = 129539548c3150091f5f4677b021c817b2d39a9dfa410411cb3a73836d3f585a >-SIZE (smu-1.3.tar.gz) = 5490 >+SHA256 (Gottox-smu-v1.4_GH0.tar.gz) = 378f24e6cff54dcfcbc7a17a88f16efb59c0cda1d35f58967e16fd990ba15f45 >+SIZE (Gottox-smu-v1.4_GH0.tar.gz) = 9617 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 396547) >+++ pkg-descr (working copy) >@@ -1,4 +1,4 @@ > smu - simple markup > Smu is a simple interpreter for a simplified markdown dialect. > >-WWW: http://s01.de/~tox/index.cgi/proj_smu >+WWW: https://github.com/Gottox/smu/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203005
:
160884
|
160886