notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/xc3sprog/Makefile
SVNWeb

Number of commits found: 19

Fri, 7 Oct 2022
[ 11:27 Nuno Teixeira (eduardo) search for other commits by this committer Author: Daniel O'Connor ]    commit hash:0b60f7adf078de7923223cef6c2e4493bae966cd  commit hash:0b60f7adf078de7923223cef6c2e4493bae966cd  commit hash:0b60f7adf078de7923223cef6c2e4493bae966cd  0b60f7a 
devel/xc3sprog: Adopt/Update to latest commit

 - Move to forked project [1]
 - Makefile cleanup
 - Install missing binaries
 - Install manual page
 - Use pkg-plist (>5 items)
 - Add LICENSE
 - Submitter becomes maintainer
 - Bump PORTEPOCH

[1] Original project have no activity for years

WWW: https://github.com/DanielO/xc3sprog

PR:		266837
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 12 Aug 2022
[ 14:46 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  commit hash:4cf39decb348615b9c8a28370d987a85d1b8a5ed  4cf39de  (Only the first 10 of 722 ports in this commit are shown above. View all ports for this commit)
*/*: bump all consumers after recent boost upgrade
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Sun, 9 Oct 2016
[ 22:01 bsam search for other commits by this committer ] Original commit   Revision:423625 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.

Requested by:	 Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 3 Apr 2015
[ 11:26 mat search for other commits by this committer ] Original commit   Revision:383107 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Mon, 4 Aug 2014
[ 12:56 marino search for other commits by this committer ] Original commit   Revision:363997
Assign maintainership of devel/xc3sprog to uffe per request

PR:		192378
Submitted by:	uffe (uffe.org)
Sun, 3 Aug 2014
[ 19:37 pi search for other commits by this committer ] Original commit   Revision:363933
devel/xc3sprog: change to USES=cmake

PR:		188055
Submitted by:	makc, bapt
[ 12:55 pi search for other commits by this committer ] Original commit   Revision:363895
devel/xc3sprog: fix BUILD_DEPENDS
[ 11:25 pi search for other commits by this committer ] Original commit   Revision:363876
devel/xc3sprog: r449 -> r769, new distsite, stagify

PR:		188055
Submitted by:	pi
Approved by:	wkoszek@FreeBSD.org (maintainer timeout)
Sun, 13 Jul 2014
[ 23:09 bapt search for other commits by this committer ] Original commit   Revision:361722 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Fri, 4 Jul 2014
[ 12:06 bapt search for other commits by this committer ] Original commit   Revision:360604 (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Sat, 5 Mar 2011
[ 15:55 dhn search for other commits by this committer ] Original commit 
- Chase libftdi update
- Bump PORTREVISION
- Remove MD5 checksum
Mon, 17 May 2010
[ 22:13 makc search for other commits by this committer ] Original commit 
Add new port devel/xc3sprog:

This tool should let you to program your Xilinx Spartan-3E Starter Kit and
similar boards based on Xilinx USB programmers.

WWW:    http://sourceforge.net/projects/xc3sprog/

PR:             ports/146625
Submitted by:   wkoszek@

Number of commits found: 19