diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2015-09-14 01:59:00 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2015-09-14 01:59:00 +0800 |
commit | 659e432722502f2e13102dee7cbdeaa9bc1c3e06 (patch) | |
tree | 1942617c12f5ee08b203dea8fc13a0812e7f84a1 /textproc | |
parent | aa9963253de8b63cd1fa0186fcdf728b3d0e90b8 (diff) | |
download | freebsd-ports-gnome-659e432722502f2e13102dee7cbdeaa9bc1c3e06.tar.gz freebsd-ports-gnome-659e432722502f2e13102dee7cbdeaa9bc1c3e06.tar.zst freebsd-ports-gnome-659e432722502f2e13102dee7cbdeaa9bc1c3e06.zip |
Upgrade port, change upstream reference to github
PR: 203005
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/smu/Makefile | 9 | ||||
-rw-r--r-- | textproc/smu/distinfo | 4 | ||||
-rw-r--r-- | textproc/smu/pkg-descr | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/textproc/smu/Makefile b/textproc/smu/Makefile index 8a0253270388..78c1d966f51a 100644 --- a/textproc/smu/Makefile +++ b/textproc/smu/Makefile @@ -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,6 +12,10 @@ COMMENT= Simple interpreter for a simplified markdown dialect LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USE_GITHUB= yes +GH_ACCOUNT= Gottox +GH_PROJECT= smu + PLIST_FILES= bin/smu man/man1/smu.1.gz post-patch: diff --git a/textproc/smu/distinfo b/textproc/smu/distinfo index 636103be041c..0865988694e3 100644 --- a/textproc/smu/distinfo +++ b/textproc/smu/distinfo @@ -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 diff --git a/textproc/smu/pkg-descr b/textproc/smu/pkg-descr index 9ac02cec1e51..6fc666b36432 100644 --- a/textproc/smu/pkg-descr +++ b/textproc/smu/pkg-descr @@ -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: http://s01.de/~tox/index.cgi/proj_smu |