From owner-svn-ports-head@FreeBSD.ORG Mon Dec 22 20:49:08 2014 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 C7A3E329; Mon, 22 Dec 2014 20:49:08 +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 997A41049; Mon, 22 Dec 2014 20:49:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMKn8E8050536; Mon, 22 Dec 2014 20:49:08 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMKn8vr050534; Mon, 22 Dec 2014 20:49:08 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201412222049.sBMKn8vr050534@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 22 Dec 2014 20:49:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375266 - head/print/texinfo 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.18-1 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, 22 Dec 2014 20:49:08 -0000 Author: johans Date: Mon Dec 22 20:49:07 2014 New Revision: 375266 URL: https://svnweb.freebsd.org/changeset/ports/375266 QAT: https://qat.redports.org/buildarchive/r375266/ Log: Use DIST_SUBDIR for rolling distfiles Suggested by: antoine MFH: 2014Q4 Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Mon Dec 22 20:43:57 2014 (r375265) +++ head/print/texinfo/Makefile Mon Dec 22 20:49:07 2014 (r375266) @@ -3,11 +3,13 @@ PORTNAME= texinfo PORTVERSION= 5.2.20141212 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= johans@FreeBSD.org Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Mon Dec 22 20:43:57 2014 (r375265) +++ head/print/texinfo/distinfo Mon Dec 22 20:49:07 2014 (r375266) @@ -1,8 +1,8 @@ -SHA256 (texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda -SIZE (texinfo-5.2.tar.xz) = 3812944 -SHA256 (htmlxref.cnf) = e008c192c0233428ade62588673198eef88299287e05c80361aacb58b93f1d93 -SIZE (htmlxref.cnf) = 19605 -SHA256 (texinfo.tex) = c73e31295f87d4b856c38bc4d31f7cfc8f0c5605d4ecf58c60e0db276796306b -SIZE (texinfo.tex) = 328628 -SHA256 (texi2dvi) = 6e2457300ff03e5b15a4f32b936c0b995285c6ada70269be7aebd17d7a8cc475 -SIZE (texi2dvi) = 56378 +SHA256 (texinfo/5.2.20141212/texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda +SIZE (texinfo/5.2.20141212/texinfo-5.2.tar.xz) = 3812944 +SHA256 (texinfo/5.2.20141212/htmlxref.cnf) = e008c192c0233428ade62588673198eef88299287e05c80361aacb58b93f1d93 +SIZE (texinfo/5.2.20141212/htmlxref.cnf) = 19605 +SHA256 (texinfo/5.2.20141212/texinfo.tex) = c73e31295f87d4b856c38bc4d31f7cfc8f0c5605d4ecf58c60e0db276796306b +SIZE (texinfo/5.2.20141212/texinfo.tex) = 328628 +SHA256 (texinfo/5.2.20141212/texi2dvi) = 6e2457300ff03e5b15a4f32b936c0b995285c6ada70269be7aebd17d7a8cc475 +SIZE (texinfo/5.2.20141212/texi2dvi) = 56378