freebsd-ports/sysutils/cronolog-devel/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

30 lines
627 B
Makefile

PORTNAME= cronolog
PORTVERSION= 1.7.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/cronolog-devel/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
MAINTAINER= portmaster@BSDforge.com
COMMENT= Web log rotation utility that provides datestamp filenames
LICENSE= APACHE10
USES= shebangfix tar:xz
SHEBANG_FILES= src/cronosplit
PLIST_FILES= sbin/cronolog \
sbin/cronosplit \
man/man1/cronolog.1m.gz \
man/man1/cronosplit.1m.gz
CONFLICTS= cronolog
WRKSRC= ${WRKDIR}/cronolog-${PORTVERSION}
INFO= cronolog
GNU_CONFIGURE= yes
.include <bsd.port.mk>