Port details |
- makepatch Perl scripts to assist in the generation and application of patches
- 2.05_1 textproc =3 2.05_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-10-30 19:21:37
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: statsvn, p5-Parallel-Iterator, monit, nagios-check_hdd_health, ap24-mod_mono
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://www.vromans.org/johan/software/sw_makepatch.html
- Description:
- 'makepatch', containing a pair of programs, makepatch and applypatch, to
assist in the generation and application of patch kits to synchronise
source trees.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- makepatch>0:textproc/makepatch
- To install the port:
- cd /usr/ports/textproc/makepatch/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/makepatch
- pkg install makepatch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: makepatch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (makepatch-2.05.tar.gz) = 202ca7385b6d6c3ea0b2b3e3f4991096df2b3b8dfe549c96064d9f6c515fea8d
SIZE (makepatch-2.05.tar.gz) = 28516
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_makepatch
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
2.05_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.05_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.05_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.05_1 30 Aug 2017 20:20:57 |
sunpoet |
Update WWW
PR: 221944
Submitted by: Gary <freebsd-bugzilla@in-addr.com> |
2.05_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
2.05_1 05 Aug 2015 04:35:35 |
amdmi3 |
- Add NO_ARCH |
2.05_1 02 Dec 2014 22:40:57 |
bapt |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
2.05_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.05 04 Mar 2014 15:40:42 |
miwi |
- Stage support |
2.05 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.05 11 Sep 2013 06:03:57 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.05 12 Feb 2013 12:51:17 |
clsung |
- Update to 2.05 |
2.04 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.04 20 Jun 2011 09:03:27 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
2.04 17 Jun 2009 07:55:02 |
clsung |
- Update to 2.04 |
2.03 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
2.03 08 Oct 2006 17:21:46 |
clsung |
- Update to 2.03
- take maintainership |
2.00a_1 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
2.00a_1 13 Feb 2005 18:28:23 |
linimon |
With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.
These ports are now available for adoption.
Come back coop, we miss ya ... |
2.00a_1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
2.00a_1 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.00a_1 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
2.00a_1 17 Nov 2002 23:06:21 |
edwin |
Change of maintainers email address.
PR: ports/45369
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> |
26 Nov 2001 19:16:42 |
fenner |
Fully-qualify WWW: URL |
18 Nov 2001 22:54:13 |
tobez |
Bug fix (Perl on FreeBSD does not support -T and -B tests on a filehandle; do
not use them). |
30 Oct 2001 22:21:37 |
tobez |
Add makepatch 2.00a, two perl scripts to assist in the generation and
application of patches. |