From owner-svn-ports-head@FreeBSD.ORG Wed May 6 08:10:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D83B1F0; Wed, 6 May 2015 08:10:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F100F11A2; Wed, 6 May 2015 08:10:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t468AcPH040983; Wed, 6 May 2015 08:10:38 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t468Acmu040981; Wed, 6 May 2015 08:10:38 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201505060810.t468Acmu040981@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 6 May 2015 08:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385510 - head/www/ilias X-SVN-Group: ports-head 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.20 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: Wed, 06 May 2015 08:10:39 -0000 Author: wen Date: Wed May 6 08:10:37 2015 New Revision: 385510 URL: https://svnweb.freebsd.org/changeset/ports/385510 Log: - Drop GH_TAGNAME, use DISTVERSIONPREFIX instead Spotted by: mat@ Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Wed May 6 07:31:26 2015 (r385509) +++ head/www/ilias/Makefile Wed May 6 08:10:37 2015 (r385510) @@ -3,6 +3,7 @@ PORTNAME= ilias PORTVERSION= 5.0.1 +DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= wen@FreeBSD.org @@ -13,7 +14,6 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= ILIAS-eLearning GH_PROJECT= ILIAS -GH_TAGNAME= ${PORTVERSION:S/^/v/} RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ zip:${PORTSDIR}/archivers/zip \ Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Wed May 6 07:31:26 2015 (r385509) +++ head/www/ilias/distinfo Wed May 6 08:10:37 2015 (r385510) @@ -1,2 +1,2 @@ -SHA256 (ILIAS-eLearning-ILIAS-5.0.1-v5.0.1_GH0.tar.gz) = 3b912c18dc7eb859f396be6eede62adb1ccab8e2806bc51da4d0c19310c2fa1b -SIZE (ILIAS-eLearning-ILIAS-5.0.1-v5.0.1_GH0.tar.gz) = 130015406 +SHA256 (ILIAS-eLearning-ILIAS-v5.0.1_GH0.tar.gz) = 3b912c18dc7eb859f396be6eede62adb1ccab8e2806bc51da4d0c19310c2fa1b +SIZE (ILIAS-eLearning-ILIAS-v5.0.1_GH0.tar.gz) = 130015406