Bug 221216 - Drop maintainership for www/piwik and database/p5-DMOZ-ParseRDF
Summary: Drop maintainership for www/piwik and database/p5-DMOZ-ParseRDF
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-04 05:47 UTC by Hans Fredrik Nordhaug
Modified: 2024-01-25 07:38 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Fredrik Nordhaug 2017-08-04 05:47:39 UTC
As I no longer has a machine running FreeBSD, it doesn't make sense to maintain these packages.

Hopefully someone will take over Piwik shortly ...
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-08-04 14:07:42 UTC
A commit references this bug:

Author: tobik
Date: Fri Aug  4 14:07:09 UTC 2017
New revision: 447332
URL: https://svnweb.freebsd.org/changeset/ports/447332

Log:
  Reset maintainer of www/piwik and database/p5-DMOZ-ParseRDF

  PR:		221216
  Submitted by:	Hans Fredrik Nordhaug <hans@nordhaug.priv.no> (maintainer)

Changes:
  head/databases/p5-DMOZ-ParseRDF/Makefile
  head/www/piwik/Makefile
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2017-08-04 14:10:49 UTC
Done.  Thank you for maintaining them!
Comment 3 Leon McDaniel 2023-12-28 08:33:53 UTC
Here's a general guide on how to do it:

Fork the FreeBSD ports repository on GitHub: https://github.com/freebsd/freebsd-ports

Clone your fork to your local machine.

Create a new branch for your changes.

Make the necessary changes to the Makefile, removing yourself as the maintainer.

Commit your changes.

Push your changes to your fork on GitHub.

Open a Pull Request against the original FreeBSD ports repository.



https://tunnelrun.io/home
Comment 4 modelmag 2024-01-25 07:38:27 UTC
Looks good, couple things

* USE_CXXSTD=        c++11 instead of CXXFLAGS= -std=c++11
* post-install mv & rm can be changed to REINPLACE_CMD for post-patch
URL: https://svnweb.freebsd.org/changeset/ports/448185 https://drivingmad.io

Log:
  Jalv runs LV2 plugins and exposes their ports as Jack ports, essentially
  making any LV2 plugin function as a Jack application.
Already added these items, thanks for your contributions.