diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-11-24 21:11:14 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-11-24 21:11:14 +0000 |
commit | 0d34270498444323d114587ea11f0c1161a95fd1 (patch) | |
tree | e249b01a32e3180c9bb3b2627919455a0b9fadb9 | |
parent | 9e61f2a8da6ba215853ab2bf804a42d5d79bb930 (diff) |
MFH: r516258
sysutils/kldpatch: over to new volunteer, update MASTER_SITES and USES
PR: 241282
Submitted by: Chris Hutchinson
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/branches/2019Q4/; revision=518363
-rw-r--r-- | sysutils/kldpatch/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/kldpatch/Makefile b/sysutils/kldpatch/Makefile index f3cef4a8dbc0..976e2920c92c 100644 --- a/sysutils/kldpatch/Makefile +++ b/sysutils/kldpatch/Makefile @@ -4,16 +4,13 @@ PORTNAME= kldpatch PORTVERSION= 20090116 CATEGORIES= sysutils -MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/kldpatch/ DISTNAME= ${PORTVERSION}-${PORTNAME} -EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Utility to patch modules and kernel -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 +USES= tar:tgz PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/kldpatch |