diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-07-15 07:33:10 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-07-16 19:38:34 +0000 |
commit | c053cf24c6017715dd4fec0a3c4ba572dcd32efb (patch) | |
tree | 3575f3d5db26086b72d3856a42417d28abfbef50 /graphics/aloadimage | |
parent | 0f400d7bf7ab7c121da15ecba2ac54095fa62cf9 (diff) | |
download | ports-c053cf24c6017715dd4fec0a3c4ba572dcd32efb.tar.gz ports-c053cf24c6017715dd4fec0a3c4ba572dcd32efb.zip |
Diffstat (limited to 'graphics/aloadimage')
-rw-r--r-- | graphics/aloadimage/Makefile | 8 | ||||
-rw-r--r-- | graphics/aloadimage/distinfo | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/graphics/aloadimage/Makefile b/graphics/aloadimage/Makefile index e4d17903cfe5..d33251fa5472 100644 --- a/graphics/aloadimage/Makefile +++ b/graphics/aloadimage/Makefile @@ -1,7 +1,11 @@ PORTNAME= aloadimage -DISTVERSION= 0.6.1.1 +DISTVERSION= 0.6.2 CATEGORIES= graphics +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCH_WRKSRC= ${WRKSRC:H:H:H} +PATCHFILES+= c5dab1ac1657.patch:-p1 # https://github.com/letoram/arcan/pull/254 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Trivial image viewer for Arcan servers @@ -16,6 +20,6 @@ GH_ACCOUNT= letoram GH_PROJECT= arcan WRKSRC_SUBDIR= src/tools/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz .include <bsd.port.mk> diff --git a/graphics/aloadimage/distinfo b/graphics/aloadimage/distinfo index 1b82e1402f71..237f021fc451 100644 --- a/graphics/aloadimage/distinfo +++ b/graphics/aloadimage/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1653832480 -SHA256 (letoram-arcan-0.6.1.1_GH0.tar.gz) = 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e -SIZE (letoram-arcan-0.6.1.1_GH0.tar.gz) = 11724679 +TIMESTAMP = 1657870390 +SHA256 (letoram-arcan-0.6.2_GH0.tar.gz) = 635c447c341c7b803fd13317d3027ce438e8965803943a213a8f4409352d889c +SIZE (letoram-arcan-0.6.2_GH0.tar.gz) = 11802619 +SHA256 (c5dab1ac1657.patch) = 72cd7efaa3c298305788673dff6a0d29fb5093bb7b8c5e55df573e7b4fd665e1 +SIZE (c5dab1ac1657.patch) = 1734 |