From owner-svn-ports-all@FreeBSD.ORG Sun Nov 4 05:57:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A639E37; Sun, 4 Nov 2012 05:57:16 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6AD8C8FC08; Sun, 4 Nov 2012 05:57:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA45vG4p002359; Sun, 4 Nov 2012 05:57:16 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA45vGM5002356; Sun, 4 Nov 2012 05:57:16 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211040557.qA45vGM5002356@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 4 Nov 2012 05:57:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306952 - head/devel/R-cran-bitops X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 05:57:16 -0000 Author: tota Date: Sun Nov 4 05:57:15 2012 New Revision: 306952 URL: http://svn.freebsd.org/changeset/ports/306952 Log: - Update to 1.0-4.2 - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes Modified: head/devel/R-cran-bitops/Makefile head/devel/R-cran-bitops/distinfo head/devel/R-cran-bitops/pkg-descr Modified: head/devel/R-cran-bitops/Makefile ============================================================================== --- head/devel/R-cran-bitops/Makefile Sun Nov 4 05:31:10 2012 (r306951) +++ head/devel/R-cran-bitops/Makefile Sun Nov 4 05:57:15 2012 (r306952) @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-bitops -# Date created: 2011-08-28 -# Whom: TAKATSU Tomonari -# +# Created by: TAKATSU Tomonari # $FreeBSD$ -# PORTNAME= bitops -DISTVERSION= 1.0-4.1 -PORTREVISION= 6 +DISTVERSION= 1.0-4.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/devel/R-cran-bitops/distinfo ============================================================================== --- head/devel/R-cran-bitops/distinfo Sun Nov 4 05:31:10 2012 (r306951) +++ head/devel/R-cran-bitops/distinfo Sun Nov 4 05:57:15 2012 (r306952) @@ -1,2 +1,2 @@ -SHA256 (bitops_1.0-4.1.tar.gz) = b936090021049989d25eda2632ef49e24266215d4ab1a52be27eb2ae30c65154 -SIZE (bitops_1.0-4.1.tar.gz) = 8001 +SHA256 (bitops_1.0-4.2.tar.gz) = 58beebde49952fae2854629e5308c7933b986d9a7225c2ae3f2d96ac00a9f344 +SIZE (bitops_1.0-4.2.tar.gz) = 8407 Modified: head/devel/R-cran-bitops/pkg-descr ============================================================================== --- head/devel/R-cran-bitops/pkg-descr Sun Nov 4 05:31:10 2012 (r306951) +++ head/devel/R-cran-bitops/pkg-descr Sun Nov 4 05:57:15 2012 (r306952) @@ -1,3 +1,3 @@ Functions for Bitwise operations on integer vectors -WWW: http://cran.r-project.org/web/packages/bitops/ +WWW: http://cran.r-project.org/web/packages/bitops/