Skip to content

Commit

Permalink
devel/{p4,p4api}: Unbreak MASTER_SITES, update maintainership
Browse files Browse the repository at this point in the history
Welcome, new port maintainer!

PR:		270320
  • Loading branch information
leres committed Mar 19, 2023
1 parent 09c207a commit 4ec3d3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 7 additions & 6 deletions devel/p4/Makefile
Expand Up @@ -2,17 +2,18 @@ PORTNAME= p4
PORTVERSION= ${YEAR}.${MAJOR}.${MINOR}
PORTREVISION= 3
CATEGORIES= devel
# Perforce stupidly rerolls their distfiles on a regular basis, updating the
# files' timestamps when they do, which changes the zip file's checksum. Work
# around that by cacheing the distfile in LOCAL and using that version to make
# distinfo
# Perforce changes their distfiles when they patch, which changes the
# zip file's checksum. This does not play well with FreeBSD's conventions.
# This version of the port 2016.1 is no longer available from Perforce's
# site. The new maintainer is backup hosting until the new port of 2022.2
# is ready.
MASTER_SITES= LOCAL/asomers/perforce/p4 \
https://swarm.workshop.perforce.com/projects/perforce_software-p4/archives/
https://hesiod.org/distfiles/
DISTNAME= ${YEAR}-${MAJOR}
DISTFILES= ${ZIP_FILES}
DIST_SUBDIR= perforce/p4

MAINTAINER= ports@FreeBSD.org
MAINTAINER= antonfb@hesiod.org
COMMENT= Perforce client
WWW= https://www.perforce.com/

Expand Down
13 changes: 6 additions & 7 deletions devel/p4api/Makefile
Expand Up @@ -2,19 +2,18 @@ PORTNAME= p4api
PORTVERSION= ${YEAR}.${MAJOR}.${MINOR}
PORTREVISION= 1
CATEGORIES= devel
# Perforce stupidly rerolls their distfiles on a regular basis, updating the
# files' timestamps when they do, which changes the zip file's checksum. Work
# around that by cacheing the distfile in LOCAL and using that version to make
# distinfo
# Perforce changes their distfiles when they patch, which changes the
# zip file's checksum. This does not play well with FreeBSD's conventions.
# Also, this port is for 2016.1 which no longer is available from Perforce's
# sites. The new maintainer will backup host until the new 2022.2 port is ready.
MASTER_SITES= LOCAL/asomers/perforce/p4:zip \
ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf \
https://swarm.workshop.perforce.com/projects/perforce_software-p4/archives/:zip
https://hesiod.org/distfiles/
DIST_SUBDIR= perforce/p4
DISTNAME= ${YEAR}-${MAJOR}
DISTFILES= ${ZIP_FILES}:zip p4api.pdf:pdf
EXTRACT_ONLY= ${ZIP_FILES}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= antonfb@hesiod.org
COMMENT= Perforce API (static libraries and header files)
WWW= http://www.perforce.com/perforce/loadsupp.html

Expand Down

0 comments on commit 4ec3d3d

Please sign in to comment.