mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update port sysutils/dar version 2.1.5 -> 2.2.0
PR: 77084 Submitted by: Edson Brandi <ebrandi at fugspbr.org>
This commit is contained in:
parent
a1d4c378f4
commit
9f50830a60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128179
@ -6,16 +6,28 @@
|
||||
#
|
||||
|
||||
PORTNAME= dar
|
||||
PORTVERSION= 2.1.5
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=${PORTNAME}
|
||||
|
||||
MAINTAINER= ebrandi@fugspbr.org
|
||||
COMMENT= DAR is a full featured command-line backup tool, aimed for disks
|
||||
COMMENT= A full featured command-line backup tool, aimed for disks
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
USE_LIBTOOL_VER=15
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (dar-2.1.5.tar.gz) = 897c9dbc6d353a5e021f34dd3ef53813
|
||||
SIZE (dar-2.1.5.tar.gz) = 652534
|
||||
MD5 (dar-2.2.0.tar.gz) = d7bdec2b4abd4bdc550f556ace3b9ec8
|
||||
SIZE (dar-2.2.0.tar.gz) = 1012947
|
||||
|
@ -25,16 +25,16 @@ include/dar/scrambler.hpp
|
||||
include/dar/special_alloc.hpp
|
||||
include/dar/statistics.hpp
|
||||
include/dar/storage.hpp
|
||||
include/dar/thread_cancellation.hpp
|
||||
include/dar/tools.hpp
|
||||
include/dar/tronconneuse.hpp
|
||||
include/dar/tuyau.hpp
|
||||
include/dar/user_interaction.hpp
|
||||
include/dar/wrapperlib.hpp
|
||||
lib/libdar.a
|
||||
lib/libdar.la
|
||||
lib/libdar.so
|
||||
lib/libdar.so.2
|
||||
%%DATADIR%%/DOC_API_V1
|
||||
%%DATADIR%%/DOC_API_V2
|
||||
lib/libdar.so.3
|
||||
%%DATADIR%%/FAQ
|
||||
%%DATADIR%%/FEATURES
|
||||
%%DATADIR%%/GOOD_BACKUP_PRACTICE
|
||||
%%DATADIR%%/LIMITATIONS
|
||||
@ -42,9 +42,13 @@ lib/libdar.so.2
|
||||
%%DATADIR%%/NOTES
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/TUTORIAL
|
||||
%%DATADIR%%/api_tutorial.html
|
||||
%%DATADIR%%/dar-differential-backup-mini-howto.en.html
|
||||
%%DATADIR%%/dar-differential-backup-mini-howto.es.html
|
||||
%%DATADIR%%/dar-differential-backup-mini-howto.it.html
|
||||
%%DATADIR%%/dar_par.dcf
|
||||
%%DATADIR%%/dar_par_create.duc
|
||||
%%DATADIR%%/dar_par_test.duc
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/dar.mo
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/dar
|
||||
|
Loading…
Reference in New Issue
Block a user