diff options
author | mat <mat@FreeBSD.org> | 2015-05-29 00:37:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-29 00:37:49 +0800 |
commit | 2a3c9b387a946f95bd531df73ace72c45995cb21 (patch) | |
tree | 2d1cf16c62ab302cbdad66d3ef8b87a3e1c039c2 /sysutils/osquery | |
parent | a8fbbbec54adb390ede738bd1cc5e138480978c3 (diff) | |
download | freebsd-ports-gnome-2a3c9b387a946f95bd531df73ace72c45995cb21.tar.gz freebsd-ports-gnome-2a3c9b387a946f95bd531df73ace72c45995cb21.tar.zst freebsd-ports-gnome-2a3c9b387a946f95bd531df73ace72c45995cb21.zip |
Convert a few ports to use the new multi-github framework.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/osquery')
-rw-r--r-- | sysutils/osquery/Makefile | 9 | ||||
-rw-r--r-- | sysutils/osquery/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index 474eee43d0eb..9b988120e7a9 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -5,10 +5,6 @@ PORTNAME= osquery PORTVERSION= 1.4.5 PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= GH:ghc \ - https://codeload.github.com/${PORTNAME}/third-party/tar.gz/${PORTVERSION}?dummy=/:gh -DISTFILES= ${DISTNAME}.tar.gz:ghc \ - third-party-${PORTVERSION}.tar.gz:gh MAINTAINER= zi@FreeBSD.org COMMENT= SQL powered OS instrumentation, monitoring, and analytics @@ -39,7 +35,8 @@ CMAKE_ARGS+= -DFREEBSD=awesome -DCMAKE_SYSTEM_NAME="FreeBSD" BLDDIR= ${WRKDIR}/.build/${PORTNAME} USE_RC_SUBR= ${PORTNAME}d USE_GITHUB= yes -GH_ACCOUNT= facebook +GH_ACCOUNT= facebook ${PORTNAME}:tp +GH_PROJECT= third-party:tp MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> @@ -50,7 +47,7 @@ CFLAGS+= -D_GLIBCXX_USE_C99 post-extract: ${RMDIR} ${WRKSRC}/third-party - ${LN} -sf ${WRKDIR}/third-party-${PORTVERSION} ${WRKSRC}/third-party + ${LN} -sf ${WRKSRC_tp} ${WRKSRC}/third-party post-patch: ${REINPLACE_CMD} -e 's|/var/osquery|/var/db/osquery|g' \ diff --git a/sysutils/osquery/distinfo b/sysutils/osquery/distinfo index 1ad8e7198433..3f7b6606fa8b 100644 --- a/sysutils/osquery/distinfo +++ b/sysutils/osquery/distinfo @@ -1,4 +1,4 @@ SHA256 (facebook-osquery-1.4.5_GH0.tar.gz) = b0812eec4ca53eb6ada4692330caaed00ed1e50ead43b99486b3d15139369738 SIZE (facebook-osquery-1.4.5_GH0.tar.gz) = 412622 -SHA256 (third-party-1.4.5.tar.gz) = 06897b9ddf637c61f5c9e90f640b9f8c50c124d6276058a71f7d952439c8e58f -SIZE (third-party-1.4.5.tar.gz) = 6073986 +SHA256 (osquery-third-party-1.4.5_GH0.tar.gz) = 06897b9ddf637c61f5c9e90f640b9f8c50c124d6276058a71f7d952439c8e58f +SIZE (osquery-third-party-1.4.5_GH0.tar.gz) = 6073986 |