1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update from 10.0.0 to 10.0.1

- Convert LICENSE from BSD to BSD2CLAUSE

PR:		ports/185242
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
This commit is contained in:
Danilo Egea Gondolfo 2014-01-01 18:54:00 +00:00
parent 4207d07c34
commit 1bd8f3683c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338386
3 changed files with 5 additions and 19 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cbsd
PORTVERSION= 10.0.0
PORTVERSION= 10.0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.bsdstore.ru/downloads/ \
GH
@ -9,7 +9,7 @@ MASTER_SITES= http://www.bsdstore.ru/downloads/ \
MAINTAINER= olevole@olevole.ru
COMMENT= Yet another FreeBSD Jail Management Utility
LICENSE= BSD
LICENSE= BSD2CLAUSE
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
sudo:${PORTSDIR}/security/sudo \
@ -19,7 +19,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2
USE_GITHUB= yes
GH_ACCOUNT= olevole
GH_PROJECT= cbsd
GH_COMMIT= 1d65639
GH_COMMIT= ff6e7ea
SUB_FILES= pkg-message
PLIST_FILES+= man/man8/cbsd.8.gz

View File

@ -1,2 +1,2 @@
SHA256 (cbsd-10.0.0.tar.gz) = ef527e2925a0be7fc59f43230caa9c9faf0e73043cec812d8b9bc966a2e1844d
SIZE (cbsd-10.0.0.tar.gz) = 1747707
SHA256 (cbsd-10.0.1.tar.gz) = a4475238ecf1f05752ddccfd514afe9dcd151c580ddba29dfee467c80193050f
SIZE (cbsd-10.0.1.tar.gz) = 1752119

View File

@ -1,14 +0,0 @@
--- ./Makefile.orig 2013-12-14 16:53:31.000000000 -0200
+++ ./Makefile 2013-12-14 16:53:49.000000000 -0200
@@ -3,7 +3,7 @@
all:
install:
- mkdir -p ${PREFIX}/cbsd
- cp -Rpv * ${PREFIX}/cbsd/
- cp -Rpv .ssh ${PREFIX}/cbsd/
- install man/cbsd.8 ${PREFIX}/man/man8/cbsd.8
+ mkdir -p ${DESTDIR}${PREFIX}/cbsd
+ cp -Rpv * ${DESTDIR}${PREFIX}/cbsd/
+ cp -Rpv .ssh ${DESTDIR}${PREFIX}/cbsd/
+ install man/cbsd.8 ${DESTDIR}${PREFIX}/man/man8/cbsd.8