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.

non port: security/tinyca/Makefile

Number of commits found: 40

Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 10 Feb 2019
00:08 sunpoet search for other commits by this committer
Remove Perl core module

- Bump PORTREVISION for dependency change
Original commitRevision:492568 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Thursday, 12 Nov 2015
17:20 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add NO_ARCH
- Switch to options helpers
Original commitRevision:401369 
Tuesday, 23 Dec 2014
02:22 mat search for other commits by this committer
Catch up abusive uses of ${SITE_PERL}.

Sponsored by:	Absolight
Original commitRevision:375302 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Thursday, 21 Aug 2014
13:52 marino search for other commits by this committer
security/tinyca: Reset maintainer

Multiple PRs on this PR have timed out, and the maintainer has a current
history of timing out on all his ports.  Reset this one too.
Original commitRevision:365560 
Sunday, 3 Aug 2014
08:41 pi search for other commits by this committer
security/tinyca: 0.7.5 -> 0.7.6, new distsite

PR:             189762
Submitted by:   timp87@gmail.com
Approved by:    jmohacsi@bsd.hu (maintainer timeout)
Original commitRevision:363856 
Wednesday, 16 Jul 2014
03:18 adamw search for other commits by this committer
Add DOCS option where PORTDOCS is in plist.
Original commitRevision:362024 
Tuesday, 15 Apr 2014
13:34 ohauer search for other commits by this committer
- add stage support
- use shebangfix
Original commitRevision:351332 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Wednesday, 11 Sep 2013
19:02 az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327002 
Wednesday, 9 Jan 2013
19:50 tabthorpe search for other commits by this committer
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
Original commitRevision:310162 
Saturday, 30 Jun 2012
12:36 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 6 Jun 2008
14:01 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Sunday, 7 Oct 2007
12:36 stefan search for other commits by this committer
Respect OPENSSLBASE.

PR:             116986 [1], 109041 [2]
Submitted by:   maintainer [1], supraexpress@globaleyes.net [2]
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 9 Aug 2006
09:02 clsung search for other commits by this committer
- Update to 0.7.5
original package changes:
- fixed invalid filename encoding with german umlauts in base64
- Fixed display of UTF8 characters in the GUI
- Add environment variable
- Fixed crash when CA is created with nsCertType
- Enhanced version detection
- Changed command for openssl due to changed openssl behavior
     regarding fingerprints
- Added "friendly name" to PKCS#12 export
- Corrected exit call

PR:             ports/101558
Submitted by:   maintainer (Janos Mohacsi)
Original commit
Saturday, 15 Apr 2006
16:27 pav search for other commits by this committer
- Update to 0.72

PR:             ports/95289
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Original commit
Thursday, 16 Jun 2005
15:51 novel search for other commits by this committer
Update to 0.7.0.

PR:             82322
Submitted by:   Janos Mohacsi (maintainer)
Original commit
Wednesday, 6 Apr 2005
09:15 danfe search for other commits by this committer
- Update to 0.6.8 [1]
- Reindent Makefile header

PR:             ports/79592 [1]
Submitted by:   maintainer
Original commit
Saturday, 18 Dec 2004
16:46 sem search for other commits by this committer
- Update to 0.6.7
- Fix config file name (tinyca.cnf -> tinyca.cnf.sample)
- Switch to bzip2 distfile

PR:             ports/75219
Submitted by:   maintainer
Original commit
Thursday, 26 Aug 2004
17:38 pav search for other commits by this committer
- Update to 0.6.6

PR:             ports/70941
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Original commit
Tuesday, 10 Aug 2004
05:56 kevlo search for other commits by this committer
Update to 0.6.5

PR: 70212
Submitted by: MAINTAINER
Original commit
Friday, 23 Jul 2004
16:56 arved search for other commits by this committer
Update to 0.6.4

PR:             69474
Submitted by:   Janos Mohacsi
Original commit
Thursday, 24 Jun 2004
14:30 arved search for other commits by this committer
Update to 0.6.3
        - added new look for some functions
        - key, request and certificate can be generated in one step
        - code cleanup
        - bug fixes

PR:             68267
Submitted by:   Janos Mohacsi
Original commit
Tuesday, 25 May 2004
09:04 krion search for other commits by this committer
- Update to version 0.6.1

PR:             ports/67166
Submitted by:   maintainer
Original commit
Saturday, 15 May 2004
14:46 vs search for other commits by this committer
Update to 0.6.0:
   * added possibility to create SubCAs now
   * added possibility also to use DSA keys
   * added possibility to select the digest during key creation
   * added possibility to export the complete CA-chain of a SubCA

PR:             ports/66630
Submitted by:   Janos Mohacsi (maintainer)
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Thursday, 8 Jan 2004
17:55 clement search for other commits by this committer
- Add a missing dependency (converters/p5-MIME-Base64)

Approved by:    Mohacsi Janos <mohacsi@niif.hu> (maintainer)
                erwin (mentor) (implicitly)
Original commit
Monday, 22 Dec 2003
13:28 clement search for other commits by this committer
- Update to 0.5.4

PR:             60505
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Approved by:    erwin (mentor)
Original commit
Friday, 24 Oct 2003
12:05 ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Tuesday, 2 Sep 2003
18:44 krion search for other commits by this committer
- Update to version 0.5.2

o GUI rewrite to GNOME/GTK
o Key accelerators to menu
  certificate renewal

PR:             56318
Submitted by:   maintainer
Original commit
Sunday, 31 Aug 2003
08:49 krion search for other commits by this committer
- New port: security/tinyca version 0.4.9

TinyCA is a simple graphical userinterface written in Perl/Tk
to manage a small CA (Certification Authority).

PR:             54571
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Original commit

Number of commits found: 40