mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Update to 2.3.3
This commit is contained in:
parent
9a12664bd7
commit
b4f561b510
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187649
4 changed files with 4 additions and 27 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dar
|
||||
PORTVERSION= 2.3.2
|
||||
PORTVERSION= 2.3.3
|
||||
CATEGORIES= sysutils archivers
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=${PORTNAME}
|
||||
|
@ -27,7 +27,6 @@ MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1
|
|||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-libdar-integers.hpp
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+=--with-libintl-prefix=${PREFIX}
|
||||
|
@ -37,10 +36,6 @@ CONFIGURE_ARGS+=--disable-nls
|
|||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -Ee 's,(_nl_expand_alias) \(0\),\1 (),g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (dar-2.3.2.tar.gz) = 6743849db51958e751519c31d6494ce7
|
||||
SHA256 (dar-2.3.2.tar.gz) = 29d63be662c09f4413e1bfde2be6a42a04b8c6108f965ebd4c5b49dedd5b8431
|
||||
SIZE (dar-2.3.2.tar.gz) = 1164461
|
||||
MD5 (dar-2.3.3.tar.gz) = 30b2e488f11e1ab60510fa198de23791
|
||||
SHA256 (dar-2.3.3.tar.gz) = b54b4266496d0a88fab03d254faa66dc3e30ff7915277600902ae09ae5d7b991
|
||||
SIZE (dar-2.3.3.tar.gz) = 1179147
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- src/libdar/integers.hpp.orig Sat Apr 16 11:38:51 2005
|
||||
+++ src/libdar/integers.hpp Sat Apr 16 11:39:27 2005
|
||||
@@ -31,6 +31,7 @@
|
||||
#define INTEGERS_HPP
|
||||
|
||||
#include "../my_config.h"
|
||||
+#include <libintl.h>
|
||||
|
||||
#ifndef OS_BITS
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
--- Makefile.am-orig Fri Apr 21 13:58:39 2006
|
||||
+++ Makefile.am Fri Apr 21 13:58:48 2006
|
||||
@@ -1,4 +1,4 @@
|
||||
-SUBDIRS = m4 man src doc misc po
|
||||
+SUBDIRS = m4 man src misc
|
||||
dist_noinst_DATA = INSTALL README THANKS TODO AUTHORS COPYING ChangeLog NEWS ABOUT-NLS
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
Loading…
Add table
Reference in a new issue