mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
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)
This commit is contained in:
parent
b3ffaf12d7
commit
2b86b24810
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506777
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user