diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-01 02:20:53 +0800 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-02-01 02:20:53 +0800 |
commit | d2a2200fb0435a115d23385f269650d567ef3aff (patch) | |
tree | 0fc0aa9dd33a18fbc04a07c2b2dc869ee6d9cea8 /emulators/libc6-shim/Makefile | |
parent | 34f02d47b44d8cc8ba18026b65fe4028fff68573 (diff) | |
download | freebsd-ports-gnome-d2a2200fb0435a115d23385f269650d567ef3aff.tar.gz freebsd-ports-gnome-d2a2200fb0435a115d23385f269650d567ef3aff.tar.zst freebsd-ports-gnome-d2a2200fb0435a115d23385f269650d567ef3aff.zip |
emulators/libc6-shim: update to 20210109
ChangeLog: https://github.com/shkhln/libc6-shim/compare/20201024...20210109
Disabling portscout since maintainer is also main developer.
PR: 252538
Submitted by: iwtcex@gmail.com (maintainer)
Diffstat (limited to 'emulators/libc6-shim/Makefile')
-rw-r--r-- | emulators/libc6-shim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/libc6-shim/Makefile b/emulators/libc6-shim/Makefile index 355411148853..4ebd00f3fad5 100644 --- a/emulators/libc6-shim/Makefile +++ b/emulators/libc6-shim/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libc6-shim -DISTVERSION= 20201024 +DISTVERSION= 20210109 CATEGORIES= emulators MAINTAINER= iwtcex@gmail.com @@ -13,12 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE IGNORE_FreeBSD_11=not supported ONLY_FOR_ARCHS= amd64 -USE_RUBY= yes - USE_GITHUB= yes GH_ACCOUNT= shkhln GH_PROJECT= libc6-shim -GH_TAGNAME= 6b6fa76812f7cb9625e24f12af99fcb9c46a0719 +USE_RUBY= yes + +PORTSCOUT= ignore:1 post-patch: ${REINPLACE_CMD} -e 's|../icds|../${DATADIR_REL}/icds|' ${WRKSRC}/bin/nv-sglrun |