mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5bb50767d4
Nominally this should bring portability improvements except that it introduces two problems on FreeBSD which we now have to patch locally: . FreeBSD date does not feature the -r option GNU date does. . makeinfo on FreeBSD before 10.x does not support @geq. In addition the default for RCS_MEM_LIMIT has grown from 256kiB to unlimited. PR: 182809 (requested an update to 5.9.1) Approved by: maintainer timeout (zeising, 5 months)
20 lines
278 B
Makefile
20 lines
278 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rcs
|
|
PORTVERSION= 5.9.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= zeising@FreeBSD.org
|
|
COMMENT= Version control system
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_XZ= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= rcs
|
|
|
|
.include <bsd.port.mk>
|