Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2019 18:46:47 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506777 - head/archivers/arj
Message-ID:  <201907161846.x6GIklEm021694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Jul 16 18:46:47 2019
New Revision: 506777
URL: https://svnweb.freebsd.org/changeset/ports/506777

Log:
  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@technotic.ca>
  MFH:		2019Q3
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/archivers/arj/Makefile
  head/archivers/arj/distinfo

Modified: head/archivers/arj/Makefile
==============================================================================
--- head/archivers/arj/Makefile	Tue Jul 16 18:41:46 2019	(r506776)
+++ head/archivers/arj/Makefile	Tue Jul 16 18:46:47 2019	(r506777)
@@ -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@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: head/archivers/arj/distinfo
==============================================================================
--- head/archivers/arj/distinfo	Tue Jul 16 18:41:46 2019	(r506776)
+++ head/archivers/arj/distinfo	Tue Jul 16 18:46:47 2019	(r506777)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907161846.x6GIklEm021694>