svn commit: r467911 - in head/sysutils/dupmerge: . files

Cy Schubert cy at FreeBSD.org
Sun Apr 22 04:13:58 UTC 2018


Author: cy
Date: Sun Apr 22 04:13:57 2018
New Revision: 467911
URL: https://svnweb.freebsd.org/changeset/ports/467911

Log:
  Remove redundant reference to heimdal. This was discovered while
  working through PR 222745, an exp-run to test base with private
  heimdal.
  
  PR:		222745

Deleted:
  head/sysutils/dupmerge/files/
Modified:
  head/sysutils/dupmerge/Makefile

Modified: head/sysutils/dupmerge/Makefile
==============================================================================
--- head/sysutils/dupmerge/Makefile	Sat Apr 21 22:55:09 2018	(r467910)
+++ head/sysutils/dupmerge/Makefile	Sun Apr 22 04:13:57 2018	(r467911)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dupmerge
 PORTVERSION=	1.73
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -12,7 +13,6 @@ COMMENT=	Searches for files with equal content
 USES=		zip
 MAKE_FLAGS=	# empty
 MAKEFILE=	# empty
-LDFLAGS+=	-lroken -lcrypt
 ALL_TARGET=	dupmerge
 PLIST_FILES=	bin/dupmerge
 PORTDOCS=	readme.txt


More information about the svn-ports-head mailing list