diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-03-10 17:46:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-03-10 17:46:04 +0000 |
commit | c2a92a1aea4e66d25d82a5def112bb1b55660bd2 (patch) | |
tree | 1c82614777155b2ed4f7f1e17008101717e3f011 /ftp | |
parent | c8c2add0da50d91884aab31f6ed98faa827e08f7 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/R-cran-RCurl/Makefile | 2 | ||||
-rw-r--r-- | ftp/R-cran-curl/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile index cb144077e028..7f3bf2a0c770 100644 --- a/ftp/R-cran-RCurl/Makefile +++ b/ftp/R-cran-RCurl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RCurl -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSION= 1.95-4.8 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile index f0ac4fe139c3..7edb84f06f9c 100644 --- a/ftp/R-cran-curl/Makefile +++ b/ftp/R-cran-curl/Makefile @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} |