diff options
author | tota <tota@FreeBSD.org> | 2012-11-04 13:57:15 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-11-04 13:57:15 +0800 |
commit | 6cf65e75c16a4bf92314042ec36c9a78f299189e (patch) | |
tree | 507c2a8f617106895220c7bc1cc061cd54662900 | |
parent | 3dff36b799c287edebaf95c0943fc97d163545d0 (diff) | |
download | freebsd-ports-gnome-6cf65e75c16a4bf92314042ec36c9a78f299189e.tar.gz freebsd-ports-gnome-6cf65e75c16a4bf92314042ec36c9a78f299189e.tar.zst freebsd-ports-gnome-6cf65e75c16a4bf92314042ec36c9a78f299189e.zip |
- Update to 1.0-4.2
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
Feature safe: yes
-rw-r--r-- | devel/R-cran-bitops/Makefile | 9 | ||||
-rw-r--r-- | devel/R-cran-bitops/distinfo | 4 | ||||
-rw-r--r-- | devel/R-cran-bitops/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/devel/R-cran-bitops/Makefile b/devel/R-cran-bitops/Makefile index c95d3de17cca..198ab91a41fd 100644 --- a/devel/R-cran-bitops/Makefile +++ b/devel/R-cran-bitops/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-bitops -# Date created: 2011-08-28 -# Whom: TAKATSU Tomonari <tota@FreeBSD.org> -# +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bitops -DISTVERSION= 1.0-4.1 -PORTREVISION= 6 +DISTVERSION= 1.0-4.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-bitops/distinfo b/devel/R-cran-bitops/distinfo index fc608d4653c6..1ee45f7541ce 100644 --- a/devel/R-cran-bitops/distinfo +++ b/devel/R-cran-bitops/distinfo @@ -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 diff --git a/devel/R-cran-bitops/pkg-descr b/devel/R-cran-bitops/pkg-descr index f13c1e95b70e..e12e85af67e5 100644 --- a/devel/R-cran-bitops/pkg-descr +++ b/devel/R-cran-bitops/pkg-descr @@ -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/ |