svn commit: r506797 - branches/2019Q3/archivers/arj
Renato Botelho
garga at FreeBSD.org
Wed Jul 17 11:43:23 UTC 2019
Author: garga
Date: Wed Jul 17 11:43:22 2019
New Revision: 506797
URL: https://svnweb.freebsd.org/changeset/ports/506797
Log:
MFH: r506777
archivers/arj: Unbreak upgrading debian patchset
Version 17 of debian patches is not available anymore. Upgrade it to use
version 21 and fix the build
PR: 239233
Reported by: Darin Luckie <darin at technotic.ca>
Sponsored by: Rubicon Communications, LLC (Netgate)
Approved by: ports-secteam (miwi)
Modified:
branches/2019Q3/archivers/arj/Makefile
branches/2019Q3/archivers/arj/distinfo
Directory Properties:
branches/2019Q3/ (props changed)
Modified: branches/2019Q3/archivers/arj/Makefile
==============================================================================
--- branches/2019Q3/archivers/arj/Makefile Wed Jul 17 10:37:00 2019 (r506796)
+++ branches/2019Q3/archivers/arj/Makefile Wed Jul 17 11:43:22 2019 (r506797)
@@ -3,12 +3,12 @@
PORTNAME= arj
PORTVERSION= 3.10.22
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= archivers
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022:source \
DEBIAN_POOL:patch
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:source \
- ${PORTNAME}_${PORTVERSION}-17.debian.tar.xz:patch
+ ${PORTNAME}_${PORTVERSION}-21.debian.tar.xz:patch
MAINTAINER= garga at FreeBSD.org
COMMENT= Open source implementation of the ARJ archiver
@@ -22,7 +22,8 @@ IGNORE_PATCHES= 002_no_remove_static_const.patch \
gnu_build_flags.patch \
gnu_build_pie.patch \
gnu_build_strip.patch \
- hurd_no_fcntl_getlk.patch
+ hurd_no_fcntl_getlk.patch \
+ reproducible_help_archive.patch
EXTRA_PATCHES= ${WRKDIR}/debian/patches/*.patch
PATCH_STRIP= -p1
Modified: branches/2019Q3/archivers/arj/distinfo
==============================================================================
--- branches/2019Q3/archivers/arj/distinfo Wed Jul 17 10:37:00 2019 (r506796)
+++ branches/2019Q3/archivers/arj/distinfo Wed Jul 17 11:43:22 2019 (r506797)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1516278521
+TIMESTAMP = 1563302294
SHA256 (arj-3.10.22.tar.gz) = 589e4c9bccc8669e7b6d8d6fcd64e01f6a2c21fe10aad56a83304ecc3b96a7db
SIZE (arj-3.10.22.tar.gz) = 431467
-SHA256 (arj_3.10.22-17.debian.tar.xz) = 9791db321ef8fb7237697ac0ad7fa9c18d5e53c43bb835953ef80aeeda809804
-SIZE (arj_3.10.22-17.debian.tar.xz) = 19548
+SHA256 (arj_3.10.22-21.debian.tar.xz) = 20c430f4222b8d75d1b2a6d435620f024c41a30dbc3949890c63686a7497f61e
+SIZE (arj_3.10.22-21.debian.tar.xz) = 21768
More information about the svn-ports-all
mailing list