svn commit: r569216 - head/devel/basu

Jan Beich jbeich at FreeBSD.org
Thu Mar 25 16:59:28 UTC 2021


Author: jbeich
Date: Thu Mar 25 16:59:25 2021
New Revision: 569216
URL: https://svnweb.freebsd.org/changeset/ports/569216

Log:
  devel/basu: enable cr_pid on FreeBSD >= 12.3
  
  https://cgit.freebsd.org/src/commit/?id=925f44f33862908f9a2e72520a17af148c7d0db5
  https://cgit.freebsd.org/src/commit/?id=2b61bda2c75f30f6eadd18fb891fd885e4c8d19d

Modified:
  head/devel/basu/Makefile   (contents, props changed)
  head/devel/basu/distinfo   (contents, props changed)

Modified: head/devel/basu/Makefile
==============================================================================
--- head/devel/basu/Makefile	Thu Mar 25 16:59:17 2021	(r569215)
+++ head/devel/basu/Makefile	Thu Mar 25 16:59:25 2021	(r569216)
@@ -5,6 +5,10 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.0
 CATEGORIES=	devel
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	928a746f7ebd.patch:-p1 # https://github.com/emersion/basu/pull/35
+PATCHFILES+=	4277dfe8077c.patch:-p1 # https://github.com/emersion/basu/pull/35
+
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	sd-bus library, extracted from systemd
 

Modified: head/devel/basu/distinfo
==============================================================================
--- head/devel/basu/distinfo	Thu Mar 25 16:59:17 2021	(r569215)
+++ head/devel/basu/distinfo	Thu Mar 25 16:59:25 2021	(r569216)
@@ -1,3 +1,7 @@
 TIMESTAMP = 1609941411
 SHA256 (emersion-basu-v0.2.0_GH0.tar.gz) = e2fda9b69fc6c4530173fcf8db94c29aa5f3ed932d948cc6a31892623cde5e4b
 SIZE (emersion-basu-v0.2.0_GH0.tar.gz) = 238861
+SHA256 (928a746f7ebd.patch) = 8f8de0e5a09fcd6a82fc0fa55068655da2961492655770486e364de740502633
+SIZE (928a746f7ebd.patch) = 936
+SHA256 (4277dfe8077c.patch) = 8620073c6204c2c7afa6c20a75942e085a7bc57451bf938b127a5103459c72b2
+SIZE (4277dfe8077c.patch) = 863


More information about the svn-ports-head mailing list