git: 360ab0bac9d7 - main - archivers/amigadepacker: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jul 2024 07:28:47 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=360ab0bac9d7c2cca5827fa4079c8e373e2ba55a commit 360ab0bac9d7c2cca5827fa4079c8e373e2ba55a Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-07-10 07:28:44 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-07-10 07:28:44 +0000 archivers/amigadepacker: Update WWW - Update WWW - Portlint, portfmt, portclippy --- archivers/amigadepacker/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/archivers/amigadepacker/Makefile b/archivers/amigadepacker/Makefile index 977b39b22899..1626b26f0177 100644 --- a/archivers/amigadepacker/Makefile +++ b/archivers/amigadepacker/Makefile @@ -1,24 +1,25 @@ PORTNAME= amigadepacker -PORTVERSION= 0.04 -PORTREVISION= 1 +DISTVERSION= 0.04 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://zakalwe.fi/~shd/foss/amigadepacker/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool for depacking some compressed Amiga formats -WWW= https://zakalwe.fi/~shd/opensource.html +WWW= https://gitlab.com/heikkiorsila/amigadepacker LICENSE= GPLv2 USES= tar:bzip2 -HAS_CONFIGURE= yes USE_CSTD= gnu89 +HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} -ALL_TARGET= ${PORTNAME} +ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/amigadepacker share/man/man1/amigadepacker.1.gz +PLIST_FILES= bin/amigadepacker \ + share/man/man1/amigadepacker.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin