freebsd-ports/security/tthsum/Makefile
Stefan Eßer 819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00

28 lines
569 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
PORTNAME= tthsum
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://tthsum.devs.nu/pkg/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line utility for generating and checking TTH message digests
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
CONFLICTS= microdc2
USES= gmake
PLIST_FILES= bin/tthsum man/man1/tthsum.1.gz
WRKSRC= ${WRKDIR}/${PORTNAME}
TEST_TARGET= runtest
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>