Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2020 08:59:15 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543407 - head/misc/patchutils
Message-ID:  <202007250859.06P8xFnu080468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007250859.06P8xFnu080468>