SabreDav maintenance

Hi,

It looks like SabreDav is no longer maintained.

As I use Sabre/Dav for my calendar and contacts, I am happy to maintain this port as it will also make my life easier.
But, I have no previous experience in port maintenance. I am not even sure how the port download the files from git repo from Sabre/Dav or does is noeed to be stored in the Freebsd ports tree?

If someone can point out a quick guide, I can make a start.

Thanks.
 
It looks like SabreDav is no longer maintained.
Looks like it still has a maintainer:
Code:
MAINTAINER=	meyser@xenet.de
Did they stop updating or responding to PRs? Then a maintainer timeout could be in order.


I am not even sure how the port download the files from git repo from Sabre/Dav
Code:
USE_GITHUB=	yes
CPE_VENDOR=	fruux
GH_ACCOUNT=	fruux
GH_PROJECT=	sabre-dav

Porter's handbook: 5.4. The Distribution Files Specifically 5.4.3.


If someone can point out a quick guide
Not exactly "quick", certainly thorough: Porter's handbook
 
Looks like it still has a maintainer:
Code:
MAINTAINER=    meyser@xenet.de
Did they stop updating or responding to PRs? Then a maintainer timeout could be in order.



Code:
USE_GITHUB=    yes
CPE_VENDOR=    fruux
GH_ACCOUNT=    fruux
GH_PROJECT=    sabre-dav

Porter's handbook: 5.4. The Distribution Files Specifically 5.4.3.



Not exactly "quick", certainly thorough: Porter's handbook

Thanks SirDice,

The current version in github is 4.3.1 which I am running at the moment. As I use poudriere to update all my ports I would love to have this in the port so I don't have to do it through the source.
 
Back
Top