aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-07-27 19:31:02 +0800
committergarga <garga@FreeBSD.org>2005-07-27 19:31:02 +0800
commit7702c2bf0f652041378d40909148749fb35eb6d3 (patch)
tree3d81dc5cae992d1a674158f2d05f30c49f6217e9 /archivers
parent21e7af77ee6d9de3b8f5891c1ede0796ac1d36a7 (diff)
downloadfreebsd-ports-gnome-7702c2bf0f652041378d40909148749fb35eb6d3.tar.gz
freebsd-ports-gnome-7702c2bf0f652041378d40909148749fb35eb6d3.tar.zst
freebsd-ports-gnome-7702c2bf0f652041378d40909148749fb35eb6d3.zip
- Update to 3.10.22
Diffstat (limited to 'archivers')
-rw-r--r--archivers/arj/Makefile3
-rw-r--r--archivers/arj/distinfo4
-rw-r--r--archivers/arj/files/patch-integr.c11
3 files changed, 4 insertions, 14 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index ec16efd1a655..cd4b04f01cd5 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= arj
-PORTVERSION= 3.10.21
+PORTVERSION= 3.10.22
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -31,6 +31,7 @@ post-extract:
@${REINPLACE_CMD} -e 's!/etc!${LOCALBASE}/etc!' \
${WRKSRC}/arj.c ${WRKSRC}/file_reg.c ${WRKSRC}/rearj.c
@${REINPLACE_CMD} -e 's!-O2!!' ${WRKSRC}/gnu/configure.in
+ @${REINPLACE_CMD} -e 's!^static !!' ${WRKSRC}/integr.c
pre-build:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} prepare)
diff --git a/archivers/arj/distinfo b/archivers/arj/distinfo
index 7fb5602fec64..d2b97769d3bf 100644
--- a/archivers/arj/distinfo
+++ b/archivers/arj/distinfo
@@ -1,2 +1,2 @@
-MD5 (arj-3.10.21.tar.gz) = 887d400ca6048516d4d447e1649af396
-SIZE (arj-3.10.21.tar.gz) = 430807
+MD5 (arj-3.10.22.tar.gz) = f263bf3cf6d42a8b7e85b4fb514336d3
+SIZE (arj-3.10.22.tar.gz) = 431467
diff --git a/archivers/arj/files/patch-integr.c b/archivers/arj/files/patch-integr.c
deleted file mode 100644
index a260af4d008e..000000000000
--- a/archivers/arj/files/patch-integr.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- integr.c.orig Thu Mar 28 01:03:00 2002
-+++ integr.c Tue Nov 2 23:53:18 2004
-@@ -5,7 +5,7 @@
- *
- */
-
--static char intergrity_identifier[]={0xB0, 0x03, 0xB0, 0x02, 0xB0, 0x03,
-+char intergrity_identifier[]={0xB0, 0x03, 0xB0, 0x02, 0xB0, 0x03,
- 0xB0, 0x04, 0xB0, 0x05,
- 0x90, 0x90, 0x90, 0x90,
- 0x90, 0x90, 0x90, 0x90,