svn commit: r356475 - head/converters/recode
Dmitry Sivachenko
demon at FreeBSD.org
Wed Jun 4 12:28:54 UTC 2014
Author: demon
Date: Wed Jun 4 12:28:53 2014
New Revision: 356475
URL: http://svnweb.freebsd.org/changeset/ports/356475
QAT: https://qat.redports.org/buildarchive/r356475/
Log:
Change mastersite to github.
PR: 190444
Modified:
head/converters/recode/Makefile
Modified: head/converters/recode/Makefile
==============================================================================
--- head/converters/recode/Makefile Wed Jun 4 12:07:48 2014 (r356474)
+++ head/converters/recode/Makefile Wed Jun 4 12:28:53 2014 (r356475)
@@ -5,12 +5,16 @@ PORTNAME= recode
PORTVERSION= 3.6
PORTREVISION= 11
CATEGORIES= converters
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= recode
MAINTAINER= demon at FreeBSD.org
COMMENT= Converts files between character sets and usages
+USE_GITHUB= yes
+GH_ACCOUNT= pinard
+GH_PROJECT= Recode
+GH_TAGNAME= v3.6
+GH_COMMIT= 2127b34
+
GNU_CONFIGURE= yes
USES= gettext iconv libtool:keepla perl5
USE_PERL5= run build
More information about the svn-ports-all
mailing list