notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/ct-submit/pkg-plist
SVNWeb

Number of commits found: 2

Thu, 1 Aug 2019
[ 06:25 tobik search for other commits by this committer ] Original commit   Revision:507751
Mk/Uses/go.mk: Drop PLIST_SUB for GO_PKGNAME

GO_PKGNAME defaults to ${PORTNAME}.  As a result it is often too
general and can produce bad results with make makeplist.  For
example, in mail/aerc it produces bogus entries like

man/man5/%%GO_PKGNAME%%-sendmail.5.gz

since GO_PKGNAME=aerc there.

Having it in PLIST_SUB was only useful for Go libraries which we
no longer support.  Only 2 ports use it currently but do not really
need to and are easily fixed.

Approved by:	dg@syrec.org (maintainer)
Differential Revision:	https://reviews.freebsd.org/D21114
Mon, 1 May 2017
[ 14:45 matthew search for other commits by this committer ] Original commit   Revision:439899
Simple utility for submitting to transparency logs

PR:		216766
Submitted by:	Jim Ohlstein <jim@ohlste.in>

Number of commits found: 2