I missed the -linotify LDFLAG on the transmission-gtk port. It was also
pointed out by the submitter than transmission-qt4 now has a duplicate
-lcrypto LDFLAG so let's remove that.
PR: 192319
Submitted by: Ivan Klymenko
- fix ${WRKSRC}
- add LICENSE
- bump PORTREVISION
- adjust MASTER_SITE, WWW
Upstream Note:
Archived Repo
=============
This is an archived project and is no longer supported or updated by Facebook.
Please do not file issues or pull-requests. If you wish to continue to develop
this code yourself, we recommend you fork it.
PR: 191732
Submitted by: gaod@hychen.org
At least on some releases, transmission-cli and transmission-gtk now
need -lcypto in LDFLAGS to build. Additionally transmission-gtk needed
an update of the inotify configure argument. The latter requires a
revbump because it seems possible that it could have been built with
the bad argument somewhere.
PR: 192319
Submitted by: Ivan Klymenko
Approved by: "Just Fix It" blanket, but maintainer was in copy on PR
The new premake4 seems to hardcode "gcc" regardless of CC, command line flags,
etc., and not in a way environment for gmake can override this.
The patch fixes output of premake4 before running gmake. It a no-op on systems
with premake4 4.3 and doesn't change the package on systems where tome4 already
builds.
PR: 192291
Palindromic PR: yes
Submitted by: maintainer
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine)
- Follow LICENSE change of the original software
- Switch MASTER_SITES from SF to GH
- Provide pre-patch target to fix ill MANIFEST supplied with the distribution
PR: 191445
Submitted by: maintainer (with changes)
- Follow restructuring of the original software
and absorb functionality from retired ports
(cf. neighboring RPs about each of them):
security/p5-openxpki-client,
security/p5-openxpki-client-scep,
security/p5-openxpki-deployment
- Add CONFLICTS with the retired ports listed above.
- Remove building of long developer docs
- Follow LICENSE change of the original software.
- Switch MASTER_SITES from SF to GH.
PR: 191444
Submitted by: maintainer