1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/rcs/Makefile
Gerald Pfeifer 5bb50767d4 Update to rcs version 5.9.2.
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)
2014-03-08 20:21:55 +00:00

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>