svn commit: r452136 - head/devel/libtai

Rodrigo Osorio rodrigo at FreeBSD.org
Sun Oct 15 11:12:45 UTC 2017


Author: rodrigo
Date: Sun Oct 15 11:12:44 2017
New Revision: 452136
URL: https://svnweb.freebsd.org/changeset/ports/452136

Log:
  Add a CONFLICT_INSTALL to report a conflict with mail/mess822 port, both install etc/leapsecs.dat file
  Fix COMMENT length and add LICENCE for this port
  Bump PORTREVISION

Modified:
  head/devel/libtai/Makefile

Modified: head/devel/libtai/Makefile
==============================================================================
--- head/devel/libtai/Makefile	Sun Oct 15 11:04:59 2017	(r452135)
+++ head/devel/libtai/Makefile	Sun Oct 15 11:12:44 2017	(r452136)
@@ -3,14 +3,18 @@
 
 PORTNAME=	libtai
 PORTVERSION=	0.60
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	http://cr.yp.to/libtai/ \
 		ftp://ftp.sunsite.auc.dk/disk1/qmail/ \
 		ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/
 
 MAINTAINER=	rodrigo at FreeBSD.org
-COMMENT=	Library for storing and manipulating dates and times in second/attosecond
+COMMENT=	Library for storing and manipulating dates and times
+
+LICENSE=	UNLICENSE
+
+CONFLICTS_INSTALL=	mess822
 
 ALL_TARGET=	it
 USES=		groff


More information about the svn-ports-all mailing list