svn commit: r543407 - head/misc/patchutils

Matthias Andree mandree at FreeBSD.org
Sat Jul 25 08:59:15 UTC 2020


Author: mandree
Date: Sat Jul 25 08:59:15 2020
New Revision: 543407
URL: https://svnweb.freebsd.org/changeset/ports/543407

Log:
  misc/patchutils: add CONFLICTS, add LICENSE
  
  ...and reshuffle so as to be portclippy clean.
  
  PR:		248256
  Approved by:	portmgr@ (blanket add CONFLICTS, LICENSE)

Modified:
  head/misc/patchutils/Makefile

Modified: head/misc/patchutils/Makefile
==============================================================================
--- head/misc/patchutils/Makefile	Sat Jul 25 08:46:51 2020	(r543406)
+++ head/misc/patchutils/Makefile	Sat Jul 25 08:59:15 2020	(r543407)
@@ -9,13 +9,17 @@ MASTER_SITES=	http://cyberelk.net/tim/data/patchutils/
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Small collection of programs that operate on patch files
 
+LICENSE=	GPLv2+
+
 RUN_DEPENDS=	bash:shells/bash
 
 USES=		perl5 python:run shebangfix tar:xz
 
+SHEBANG_FILES=	patchview/gitdiff scripts/*.in
+
 GNU_CONFIGURE=	yes
 
-SHEBANG_FILES=	patchview/gitdiff scripts/*.in
+CONFLICTS=	devel/subversion
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1


More information about the svn-ports-all mailing list