From owner-svn-ports-head@freebsd.org Mon Jan 29 14:16:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B41CEC9710; Mon, 29 Jan 2018 14:16:01 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0926755E3; Mon, 29 Jan 2018 14:16:00 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B189A12CA; Mon, 29 Jan 2018 14:16:00 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0TEG0Gu078243; Mon, 29 Jan 2018 14:16:00 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0TEG0jR078240; Mon, 29 Jan 2018 14:16:00 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201801291416.w0TEG0jR078240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Mon, 29 Jan 2018 14:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460306 - in head/print/abcm2ps: . files X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: in head/print/abcm2ps: . files X-SVN-Commit-Revision: 460306 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2018 14:16:01 -0000 Author: araujo Date: Mon Jan 29 14:16:00 2018 New Revision: 460306 URL: https://svnweb.freebsd.org/changeset/ports/460306 Log: - Update to 8.13.7. - Project moved to github. Deleted: head/print/abcm2ps/files/ Modified: head/print/abcm2ps/Makefile head/print/abcm2ps/distinfo head/print/abcm2ps/pkg-descr Modified: head/print/abcm2ps/Makefile ============================================================================== --- head/print/abcm2ps/Makefile Mon Jan 29 13:57:26 2018 (r460305) +++ head/print/abcm2ps/Makefile Mon Jan 29 14:16:00 2018 (r460306) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= abcm2ps -PORTVERSION= 8.13.7 -PORTREVISION= 1 +PORTVERSION= 8.13.19 +DISTVERSIONPREFIX= v CATEGORIES= print audio -MASTER_SITES= http://moinejf.free.fr/ MAINTAINER= araujo@FreeBSD.org COMMENT= Converts ABC to music sheet in PostScript format @@ -21,7 +20,10 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 ALL_TARGET= ${PORTNAME} -PORTDOCS= Changes README deco.abc newfeatures.abc sample.abc sample2.abc\ +USE_GITHUB= yes +GH_ACCOUNT= leesavide + +PORTDOCS= deco.abc newfeatures.abc sample.abc sample2.abc\ sample3.abc sample4.abc voices.abc sample3.eps \ options.txt PLIST_FILES= bin/abcm2ps \ Modified: head/print/abcm2ps/distinfo ============================================================================== --- head/print/abcm2ps/distinfo Mon Jan 29 13:57:26 2018 (r460305) +++ head/print/abcm2ps/distinfo Mon Jan 29 14:16:00 2018 (r460306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488988204 -SHA256 (abcm2ps-8.13.7.tar.gz) = 00b7704c512c0db4a747050ec93d4b13e16c50798cff375e2c809a6144dcafc5 -SIZE (abcm2ps-8.13.7.tar.gz) = 248659 +TIMESTAMP = 1517235037 +SHA256 (leesavide-abcm2ps-v8.13.19_GH0.tar.gz) = 587edc57cb4155516fff6d5834ebc3192a6b27539c50ef25ae1ae0240c5676f3 +SIZE (leesavide-abcm2ps-v8.13.19_GH0.tar.gz) = 252017 Modified: head/print/abcm2ps/pkg-descr ============================================================================== --- head/print/abcm2ps/pkg-descr Mon Jan 29 13:57:26 2018 (r460305) +++ head/print/abcm2ps/pkg-descr Mon Jan 29 14:16:00 2018 (r460306) @@ -2,4 +2,4 @@ abcm2ps is a command line program which converts ABC t PostScript format. It is an extension of abc2ps which may handle many voices per staff. -WWW: http://moinejf.free.fr/ +WWW: https://github.com/leesavide/abcm2ps