- Update to version 1.11
- Take maintainership, add LICENSE - Sort USES PR: 202160 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
This commit is contained in:
parent
75a4dd173d
commit
ceacccc041
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394409
2 changed files with 7 additions and 5 deletions
|
@ -2,21 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rvm
|
||||
PORTVERSION= 1.07
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF
|
||||
PKGNAMESUFFIX= an
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= portmaster@BSDforge.com
|
||||
COMMENT= Archive manager that uses rsync to manage backups
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USES= gmake compiler:c++11-lang
|
||||
USES= compiler:c++11-lang gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \
|
||||
--enable-assume-stl-memory-exception
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rvm_1.07.tar.gz) = 76700d1881a372fbf898f88ad3d2b66894e72c75802aa895ea08ee58c74dc55c
|
||||
SIZE (rvm_1.07.tar.gz) = 294761
|
||||
SHA256 (rvm_1.11.tar.gz) = 7a0c126b9e6e01b406c5900d890ed901c7a7cb00bf40e419e4aa49e39bd2303e
|
||||
SIZE (rvm_1.11.tar.gz) = 323502
|
||||
|
|
Loading…
Reference in a new issue