notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
portshaker Maintain ports tree using multiple sources
1.0.19_4 ports-mgmt on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.19_3Version of this port present on the latest quarterly branch.
Maintainer: romain@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-06-09 13:21:39
Last Update: 2024-02-28 15:53:37
Commit Hash: e83f0a9
People watching this port, also watch:: poudriere, sudo, smartmontools, lsof, zfs-stats
License: BSD2CLAUSE
WWW:
https://github.com/smortex/portshaker
Description:
portshaker(8) is a tool designed for merging partial ports trees into the FreeBSD ports tree. In other words, it implements some kind of overlay for the FreeBSD ports.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/portshaker-1.0.19_4/catalog.mk
  2. /usr/local/share/licenses/portshaker-1.0.19_4/LICENSE
  3. /usr/local/share/licenses/portshaker-1.0.19_4/BSD2CLAUSE
  4. bin/portshaker
  5. etc/portshaker.conf.sample
  6. man/man5/portshaker.conf.5.gz
  7. man/man5/portshaker.d.5.gz
  8. man/man8/portshaker.8.gz
  9. share/portshaker/merge-updating.awk
  10. share/portshaker/portshaker.subr
  11. @dir etc/portshaker.d
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • portshaker>0:ports-mgmt/portshaker
To install the port:
cd /usr/ports/ports-mgmt/portshaker/ && make install clean
To add the package, run one of these commands:
  • pkg install ports-mgmt/portshaker
  • pkg install portshaker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: portshaker
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1620943196 SHA256 (smortex-portshaker-v1.0.19_GH0.tar.gz) = b34a02924c0d24c48fe0cf494b0631a747f59918ce73a9ee608ebc158cce5dcd SIZE (smortex-portshaker-v1.0.19_GH0.tar.gz) = 21888

Packages (timestamps in pop-ups are UTC):
portshaker
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.19_31.0.19_41.0.18_11.0.19_31.0.19_4---
FreeBSD:13:quarterly1.0.19_31.0.19_3-1.0.19_31.0.19_31.0.19_31.0.19_31.0.19_3
FreeBSD:14:latest1.0.19_31.0.19_41.0.19_31.0.19_31.0.19_41.0.19_3-1.0.19_3
FreeBSD:14:quarterly1.0.19_31.0.19_3-1.0.19_31.0.19_31.0.19_31.0.19_31.0.19_3
FreeBSD:15:latest1.0.19_31.0.19_4n/a1.0.19_3n/a1.0.19_31.0.19_31.0.19_3
FreeBSD:15:quarterly--n/a-n/a---
Slave ports:
  1. ports-mgmt/portshaker-config
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. rsync : net/rsync
  2. svn : devel/subversion
This port is required by:
for Build
  1. ports-mgmt/portshaker-config
for Run
  1. ports-mgmt/portshaker-config

Configuration Options:
===> The following configuration options are available for portshaker-1.0.19_4: GIT=off: Git version control support MERCURIAL=off: Mercurial version control support RSYNC=on: rsync support SUBVERSION=on: Subversion version control support ===> Use 'make config' to modify these settings
Options name:
ports-mgmt_portshaker
USES:
uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/smortex/portshaker/tar.gz/v1.0.19?dummy=/
Collapse this list.

Number of commits found: 44

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.19_4
28 Feb 2024 15:53:37
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0.19_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.19_3
13 Aug 2022 18:51:14
commit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781ccommit hash: 875d7c7d1985049af69dcafec40b6669c562781c files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: bump PORTREVISION of all devel/xxhash users...

...except archivers/py-borgbackup, which requires a more complete fix.
1.0.19_2
20 Jul 2022 14:22:46
commit hash: 9c165b983562e903a35c424b209ae3305652c866commit hash: 9c165b983562e903a35c424b209ae3305652c866commit hash: 9c165b983562e903a35c424b209ae3305652c866commit hash: 9c165b983562e903a35c424b209ae3305652c866 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
ports-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Stangl <alex@stangl.us>
  *  Anders F Bjorklund <afb@users.sourceforge.net>
  *  Benjamin Lutz
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Conrad J. Sabatier <conrads@cox.net>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Gabriel Linder <linder.gabriel@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.19_2
16 Sep 2021 02:16:07
commit hash: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25commit hash: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25commit hash: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25commit hash: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
devel/mercurial: update to 5.9.1.

Bump PORTREVISIONs for dependant ports.
While I'm here update devel/tortoisehg to 5.9.1. (*)

Approved by:	arrowd (*)
PR:		ports/258352
1.0.19_1
30 Jun 2021 05:09:36
commit hash: f76aa00290b61be36138c3c177250b5ac10f2607commit hash: f76aa00290b61be36138c3c177250b5ac10f2607commit hash: f76aa00290b61be36138c3c177250b5ac10f2607commit hash: f76aa00290b61be36138c3c177250b5ac10f2607 files touched by this commit
Fukang Chen (loader) search for other commits by this committer
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions

- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION

devel/anjuta:
    - Rename OPTION SVN to SUBVERSION
    - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
    - Change SUBVERSION_DESC to use the default description

devel/git:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.19
13 May 2021 22:13:42
commit hash: ce16181df809b20c28818aac72ce2a9c284748c4commit hash: ce16181df809b20c28818aac72ce2a9c284748c4commit hash: ce16181df809b20c28818aac72ce2a9c284748c4commit hash: ce16181df809b20c28818aac72ce2a9c284748c4 files touched by this commit
Romain Tartière (romain) search for other commits by this committer
ports-mgmt/portshaker: Update to 1.0.19

This release fix the warnings that spawned after the transition to git.
1.0.18_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.18_1
14 Dec 2020 02:18:53
Revision:558072Original commit files touched by this commit
romain search for other commits by this committer
Fix usage of WITH_SUBVERSION_VER

devel/subversion used to be available in different versions from which the
end-user could choose by setting WITH_SUBVERSION_VER to the expected version.
This has been reworked at some point and broke that feature in portshaker.

Adjust the WITH_SUBVERSION_VER handling to cope with it again.

PR:		250849
Submitted by:	nork@ninth-nine.com
1.0.18_1
06 Sep 2020 15:09:28
Revision:547798Original commit files touched by this commit
arrowd search for other commits by this committer
devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and bump
PORTREVISION's for ports that depend on mercurial.

PR:		242463
Submitted by:	Peter Wullinger <freebsd@dhke.de> (original patch)
1.0.18
25 Sep 2019 17:17:11
Revision:512798Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.18
1.0.17
25 May 2019 23:00:11
Revision:502665Original commit files touched by this commit
romain search for other commits by this committer
Add WWW

Contributors reported difficulties to find upstream to submit fixes.  Make
their life easier.
1.0.17
27 Nov 2018 18:32:48
Revision:486047Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.17

This update fix the FreeBSD 12 build.

PR:		233053
Submitted by:	marius.halden@modirum.com
Reported by:	freebsd@mhka.no
1.0.16
02 Jun 2018 10:56:11
Revision:471361Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.16
1.0.15
16 Jan 2018 09:17:05
Revision:459162Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.15

This release address a few minor issues, including [2].

While here:
- Simplify Makefile depend logic [1];
- Add license.

PR:		205830 [1], 224138 [2]
Submitted by:	simon.wright@gmx.net [1], parakleta@darkreality.org [2]
1.0.14
14 Oct 2016 21:01:39
Revision:423992Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.14

Allow to override configuration location with the $portshaker_config_dir
environment variable.
1.0.13
13 Oct 2016 20:30:11
Revision:423937Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.13

This update brings:
- Documentation update;
- A new way to fail fast when conflics are detected.

Reported by:	swills
1.0.12
06 Aug 2016 11:21:39
Revision:419738Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.12.
1.0.10_1
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
1.0.10_1
30 Dec 2015 15:42:37
Revision:404865Original commit files touched by this commit
ohauer search for other commits by this committer
- replace whitespaces with tab
1.0.10_1
30 Dec 2015 15:22:15
Revision:404863Original commit files touched by this commit
ohauer search for other commits by this committer
- prepare for devel/subversion17 removal
1.0.10_1
08 May 2015 16:37:47
Revision:385796Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak portshaker-config slave port
1.0.10_1
07 May 2015 17:32:53
Revision:385643Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the p* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
1.0.10_1
27 Dec 2014 14:56:33
Revision:375684Original commit files touched by this commit
pi search for other commits by this committer
ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.conf

Currently building portshaker package on a clean system will install
subversion 1.8 even if 1.7 is defined in make.conf with
WITH_SUBVERSION_VER=17.

Patch fixes this and will use either 1.7 or 1.8 as required for the
run dependency.

PR:		195740
Submitted by:	simon.wright@gmx.net
Approved by:	romain (maintainer timeout)
1.0.10
31 Oct 2014 15:33:37
Revision:371853Original commit files touched by this commit
bapt search for other commits by this committer
Simplify plist
1.0.10
13 Sep 2014 15:30:13
Revision:368119Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user
1.0.10
06 May 2014 10:09:00
Revision:353082Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.10.

- Rework pkgng detection [1,2];
- Add support for source+ syntax [2];
- Modernize poudriere ports tree locations [2].

PR:		ports/177180 [1]
Submitted by:	Beeblebrox <zaphod@berentweb.com> [1], Creaky
<whatexercise@gmail.com> [2]
1.0.9
27 Feb 2014 15:22:42
Revision:346366Original commit files touched by this commit
mat search for other commits by this committer
- Convert to staging
- Have portshaker-config not overwrite the config file.

Sponsored by:	Absolight
1.0.9
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
1.0.9
18 Jan 2014 16:35:12
Revision:340193Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.9.

This long overdue release fixes the MarcusCom repository configuration and
brings pkgng support.

PR:		ports/177180 [1], ports/179495 [2]
Submitted by:	Beeblebrox <zaphod@berentweb.com> [1]
Submitted by:	Koop Mast <kwm@FreeBSD.org> [2]
1.0.8
20 Sep 2013 22:36:49
Revision:327762Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
1.0.8
30 Jan 2013 11:54:46
Revision:311212Original commit files touched by this commit
romain search for other commits by this committer
  - Update to 1.0.8.
  - Add Gecko repos [1].

Requested by:	Jan Beich <jbeich@tormail.org> [1]
1.0.7
13 Jan 2013 14:28:47
Revision:310322Original commit files touched by this commit
romain search for other commits by this committer
Udate to 1.0.7.
1.0.6
29 Dec 2012 23:10:49
Revision:309642Original commit files touched by this commit
bapt search for other commits by this committer
Fix typo
1.0.6
29 Dec 2012 23:07:29
Revision:309641Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
Convert romain's ports to new option framework
While here Trim headers

Approved by:	maintainer timeout (2 weeks)
1.0.6
06 Dec 2012 08:48:08
Revision:308372Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.6.

Feature safe:	yes
1.0.5
27 Apr 2012 14:33:28
Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.5
1.0.4
15 Jan 2012 10:36:52
Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.4.
1.0.3
17 Nov 2011 22:34:43
Original commit files touched by this commit
romain search for other commits by this committer
Update to 1.0.3.

Feature safe:   yes
1.0.2
14 Jul 2011 10:52:15
Original commit files touched by this commit
romain search for other commits by this committer
- Update to 1.0.2;
- While here fix a malformed RUN_DEPENDS.
1.0.1
18 Mar 2011 17:59:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
1.0.1
23 Sep 2010 08:12:31
Original commit files touched by this commit
romain search for other commits by this committer
- Update to 1.0.1.
1.0.0
09 Jun 2010 13:21:18
Original commit files touched by this commit
romain search for other commits by this committer
portshaker(8) is a tool designed for merging partial ports trees into the
FreeBSD ports tree. In other words, it implements some kind of overlay for the
FreeBSD ports.

Number of commits found: 44