Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 17:59:01 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396840 - head/textproc/smu
Message-ID:  <201509131759.t8DHx170087428@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sun Sep 13 17:59:00 2015
New Revision: 396840
URL: https://svnweb.freebsd.org/changeset/ports/396840

Log:
  Upgrade port, change upstream reference to github
  PR:	203005

Modified:
  head/textproc/smu/Makefile
  head/textproc/smu/distinfo
  head/textproc/smu/pkg-descr

Modified: head/textproc/smu/Makefile
==============================================================================
--- head/textproc/smu/Makefile	Sun Sep 13 17:57:49 2015	(r396839)
+++ head/textproc/smu/Makefile	Sun Sep 13 17:59:00 2015	(r396840)
@@ -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 simpli
 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:

Modified: head/textproc/smu/distinfo
==============================================================================
--- head/textproc/smu/distinfo	Sun Sep 13 17:57:49 2015	(r396839)
+++ head/textproc/smu/distinfo	Sun Sep 13 17:59:00 2015	(r396840)
@@ -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

Modified: head/textproc/smu/pkg-descr
==============================================================================
--- head/textproc/smu/pkg-descr	Sun Sep 13 17:57:49 2015	(r396839)
+++ head/textproc/smu/pkg-descr	Sun Sep 13 17:59:00 2015	(r396840)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509131759.t8DHx170087428>