Port details |
- gitup Minimalist, dependency-free program to clone/pull Git repositories
- 1.0 net =10 1.0Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2020-12-29 12:53:29
- Last Update: 2024-08-21 16:52:17
- Commit Hash: e679d3f
- People watching this port, also watch:: pkg, git, smartmontools, ca_root_nss, curl
- License: BSD2CLAUSE
- WWW:
- https://github.com/johnmehr/gitup
- Description:
- A minimalist FreeBSD program to clone/pull Git repositories.
Intended for non-developers, gitup(1) synchronizes local repositories
without the complexities of the official Git client, git(1).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/gitup/ && make install clean
- To add the package, run one of these commands:
- pkg install net/gitup
- pkg install gitup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gitup
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724258979
SHA256 (johnmehr-gitup-1.0_GH0.tar.gz) = bb3fbeba76512100d8664a99eb39b07a3f26dfa72ef71263f22520bd08e199c0
SIZE (johnmehr-gitup-1.0_GH0.tar.gz) = 32781
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gitup-1.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_gitup
- USES:
- ssl
- pkg-message:
- For install:
- To use gitup,
/usr/local/etc/gitup.conf
must be edited. Refer to gitup.conf(5) for further details and/or follow
/usr/local/etc/gitup.conf.sample as an example.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0 21 Aug 2024 16:52:17 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 1.0
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/1.0
MFH: 2024Q3 |
0.99 20 Jan 2024 15:53:04 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.99
While here:
- drop pkg-post-install as it causing checksum mismatch on sample file.
ChangeLog:
https://github.com/johnmehr/gitup/compare/0.98-14-g5e26080...0.99
PR: 274955
MFH: 2024Q1 |
0.98.14 31 Oct 2023 08:08:49 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.98-14
- Update comment and pkg description to match upstream
ChangeLog:
https://github.com/johnmehr/gitup/compare/0.98-8-g097fa9f...0.98-14-g5e26080
PR: 274060
MFH: 2023Q4 |
0.98.8 02 Jul 2023 08:25:23 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.98-8
- Fix clang 16 build
Changelog:
https://github.com/johnmehr/gitup/compare/0.98-3-g50f1e8c...0.98-8-g097fa9f
MFH: 2023Q3 |
0.98.3_2 03 Jun 2023 18:32:52 |
Nuno Teixeira (eduardo) |
net/gitup: Fix reinplace gitup.conf.sample releng field
PR: 271809 |
0.98.3_1 03 Jun 2023 12:06:38 |
Nuno Teixeira (eduardo) |
net/gitup: Improve gitup.conf auto config
- Find osrel on install time through pkg-post-install to get an updated
match on gitup.conf.sample
- Only install gitup.conf.sample
- Add message on install with information about gitup.conf(5) and
gitup.sample
- Move pkg-plist to PLIST_FILES
PR: 270911 |
0.98.3 18 Apr 2023 06:56:05 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.98-3 (bugfixes)
ChangeLog:
Fix logic error in save_file()
https://github.com/johnmehr/gitup/issues/90
MFH: 2023Q2 |
0.98.2 07 Mar 2023 13:49:15 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.98-2 (bugfixes)
ChangeLog:
- File and permission changes are not being properly processed
https://github.com/johnmehr/gitup/issues/89
- gitup chokes on unrelated .git directory
https://github.com/johnmehr/gitup/issues/88
MFH: 2023Q1 (bugfixes) |
0.98 30 Nov 2022 18:50:44 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.98
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.98
MFH: 2022Q4 (bugfixes) |
0.97_3 20 Sep 2022 12:49:54 |
Nuno Teixeira (eduardo) |
net/gitup: Fix /usr/src not updated when empty
- Add fix to /usr/src not updated when empty
https://github.com/johnmehr/gitup/issues/85
- Silence REINPLACE_CMD
- Bump PORTREVISION |
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) |
0.97_2 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 ) |
0.97_2 28 Jun 2022 08:08:33 |
Nuno Teixeira (eduardo) |
net/gitup: gitup.conf OSREL automation
- implement gitup.conf OSREL automation from net/svnup
- bump PORTREVISION, changes will take efect on ${PREFIX}/etc/gitup.conf.sample |
0.97_1 08 Jun 2022 00:04:12 |
Nuno Teixeira (eduardo) |
net/gitup: fix i386 build (12.3 rel)
- add upstream patch to fix i386 build (12.3 release)
- bump PORTREVISION |
0.97 04 Jun 2022 16:05:08 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.97
- remove files/patch-gitup.c included upstream
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.97 |
0.96_1 29 Apr 2022 02:12:22 |
Eugene Grosbein (eugen) |
net/gitup: fix SIGBUS
Temporary add the patch fixing SIGBUS.
The patch already accepted to upstream repo but next release
delayed for long time.
Many thanks to eduardo@ for submitting the patch upstream.
PR: 261307
Approved by: eduardo (maintainer timeout, 1 month) |
0.96 13 Sep 2021 10:37:09 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.96
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.96 |
0.95 25 Jul 2021 13:23:35 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.95
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.95
PR: 257363 |
0.94 19 May 2021 09:43:54 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.94
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.94
Approved by: dbaio, garga (mentors, implicit) |
0.93 10 May 2021 06:16:32 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.93
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.93
Approved by: dbaio, garga (mentors, implicit) |
0.92 06 May 2021 06:04:24 |
Nuno Teixeira (eduardo) |
net/gitup: Update to 0.92
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.92
Approved by: dbaio, garga (mentors, implicit) |
0.91 23 Apr 2021 05:52:40 |
Nuno Teixeira (eduardo) |
net/gitup: update to 0.91
ChangeLog: https://github.com/johnmehr/gitup/releases/tag/0.91
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D29915 |
0.90_2 17 Apr 2021 01:50:38 |
Nuno Teixeira (eduardo) |
net/gitup: move ports to git.freebsd.org
Update gitup.conf to reflect that ports main and quarterly moved to
git.freebsd.org
PR: 255032
Reported by: tomblack <tomblackwhite@outlook.com>
Approved by: garga (mentor)
Differential Revision: <https://reviews.freebsd.org/D29767 |
0.90_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.90_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.90_1 12 Feb 2021 23:36:23 |
eduardo |
net/gitup: Remove pkg-message
gitup is now considered stable so we don't need to warn user about it
being in beta state anymore
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D28608 |
0.90 10 Feb 2021 07:42:50 |
eduardo |
Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D28534 |
0.90 25 Jan 2021 16:55:06 |
lcook |
net/gitup: Update to 0.90
Changes: https://github.com/johnmehr/gitup/releases/tag/0.90
PR: 252993
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> (maintainer)
Approved by: fernape (mentor)
Differential Revision: https://reviews.freebsd.org/D28330 |
0.89 10 Jan 2021 17:40:39 |
fernape |
net/gitup: update to 0.89
ChangeLog: https://github.com/johnmehr/gitup/compare/0.88...0.89
PR: 252552
Submitted by: ed.arrakis@gmail.com maintainer) |
0.88 07 Jan 2021 13:36:44 |
garga |
Followup r560709 that had a local modification
Respect ${PREFIX}/share/man for manpages |
0.88 07 Jan 2021 13:35:03 |
garga |
net/gitup: Update to 0.88
PR: 252486
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com>
Sponsored by: Rubicon Communications, LLC (Netgate) |
0.87 29 Dec 2020 12:53:20 |
garga |
Add gitup 0.87, minimalist, dependency-free program to clone/pull git
repositories.
PR: 252220
Submitted by: ed.arrakis@gmail.com
Sponsored by: Rubicon Communications, LLC (Netgate) |