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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: japanese/skk-jisyo/Makefile
SVNWeb

Number of commits found: 60

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)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  8d9b67b  (Only the first 10 of 220 ports in this commit are shown above. View all ports for this commit)
japanese: remove 'Created by' lines

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

  *  ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Daichi GOTO <daichi@FreeBSD.org>
  *  Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
  *  FUJISHIMA Satsuki <sf@FreeBSD.org>
  *  Fumihiko Kimura <jfkimura@yahoo.co.jp>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 19 Apr 2021
[ 08:00 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  1bf865f  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Clean up all commented PORTREVISION and PORTEPOCH lines

No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
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.
Thu, 7 Nov 2019
[ 18:18 tobik search for other commits by this committer ] Original commit   Revision:516997 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Replace do-patch in ports that override it with more appropriate targets

Most ports do not need to override do-patch.  It breaks some ports
tree features like EXTRA_PATCH_TREE, etc.
Wed, 18 Jan 2017
[ 13:20 tijl search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 5 Nov 2015
[ 12:36 mat search for other commits by this committer ] Original commit   Revision:400848 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
Fix ports that confused the meaning of WRKDIR and WRKSRC.

PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
Sat, 20 Sep 2014
[ 17:25 pawel search for other commits by this committer ] Original commit   Revision:368666
Update to version 201409

PR:		ports/193251
Submitted by:	hiroto.kagotani@gmail.com
Tue, 29 Jul 2014
[ 21:43 adamw search for other commits by this committer ] Original commit   Revision:363399 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
Convert some more USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Fri, 21 Feb 2014
[ 01:59 miwi search for other commits by this committer ] Original commit   Revision:345304
- Stage support
Mon, 25 Nov 2013
[ 08:25 linimon search for other commits by this committer ] Original commit   Revision:334821
Reset maintainer by his request on freebsd-ports@.
Fri, 20 Sep 2013
[ 18:47 bapt search for other commits by this committer ] Original commit   Revision:327737 (Only the first 10 of 352 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:
japanese)
Sun, 17 Feb 2013
[ 19:31 swills search for other commits by this committer ] Original commit   Revision:312438
- Update to 201302
- Trim header while here

PR:		ports/175797
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Sun, 9 Dec 2012
[ 18:06 swills search for other commits by this committer ] Original commit   Revision:308549
- Update to 201212
- Trim header
- Give maintainership to submitter

PR:		ports/174074
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp>
Tue, 3 Apr 2012
[ 07:35 matusita search for other commits by this committer ] Original commit 
Updated to 201204, as of April 1st 2012.
It's just a dictionary update, no hurts.

Feature safe: yes
[ 00:11 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Reassign to the heap

Approved by:    portmgr (tabthorpe)
Feature safe:   yes
Thu, 16 Feb 2012
[ 04:38 pgollucci search for other commits by this committer ] Original commit 
- Update to 201106

PR:             ports/158054
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Approved by:    maintainer timeout (matusita ; 240 days)
Sun, 6 Feb 2011
[ 14:24 matusita search for other commits by this committer ] Original commit 
Update SKK large-size Jisyo file as of Feb/01/2011.
No feature changes in principle since it is just a dictionary file.

Feature safe: yes
Thu, 4 Feb 2010
[ 07:27 matusita search for other commits by this committer ] Original commit 
Update dictionaries as of Feb/01/2010.
Wed, 2 Dec 2009
[ 04:05 matusita search for other commits by this committer ] Original commit 
Updcate SKK dictionary as of Dec/01/2009.
As usual, only 'L' dictionary is changed since last update.
Mon, 2 Nov 2009
[ 06:34 matusita search for other commits by this committer ] Original commit 
Update dictionary as of Nov/1/2009.
As usual, only 'L' size dictionary was changed since last update.
Tue, 23 Jun 2009
[ 16:51 matusita search for other commits by this committer ] Original commit 
Remove entries start with '>'; skkserv does NOT allow those entries.

Bump PORTREVISION.

PR:             135366
Submitted by:   Hidenori Ishikawa
Mon, 8 Jun 2009
[ 05:19 matusita search for other commits by this committer ] Original commit 
Update SKK Dictionary (L-size only) as of Jul/01/2009.
Thu, 2 Apr 2009
[ 01:37 matusita search for other commits by this committer ] Original commit 
Update to 200904, dictionary files as of Apr/01/2009.

Since the only consumer of CDB version of dictionary is dbskk-cdb, and
dbskkd-cdb now depends on tinycdb, use tinycdb here.
Wed, 4 Jul 2007
[ 06:39 matusita search for other commits by this committer ] Original commit 
Update SKK Jisyo files as of Jul/01/2007.  As usual, only `L' size
dictionary was updated.
Wed, 21 Feb 2007
[ 02:10 matusita search for other commits by this committer ] Original commit 
Update dictionary files as of Feb/02/2007.

Note that only `L'arge size dictionary is actually updated.
Tue, 4 Jul 2006
[ 07:27 matusita search for other commits by this committer ] Original commit 
Update dictionary files as of Jul/01/2006.  As usual, only the Large size
dictionary file is actually changed.  Users of Small/Medium dictionaries
users simply ignore this change.

Bump PORTVERSION since the content is changed.
Mon, 5 Jun 2006
[ 06:02 matusita search for other commits by this committer ] Original commit 
Update to dictionary files as of June/01/2006.  Please note that only
L-size dictionary is actually changed; M/S-size dictionary is not changed
since Jan/04/2006.

Fix distinfo also (SIZE lines are wrong in previous commit, sorry.)
Thu, 18 May 2006
[ 06:31 matusita search for other commits by this committer ] Original commit 
Update to 200605, the SKK dictionary as of May/01/2006.
Tue, 9 May 2006
[ 00:18 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with a J
Thu, 10 Nov 2005
[ 04:56 matusita search for other commits by this committer ] Original commit 
Update to 200511.  As usual, only the large dictionary file (default
to install) is updated.
Thu, 3 Mar 2005
[ 09:32 matusita search for other commits by this committer ] Original commit 
Update dictionary files as of March/01/2005.

Please note that actually L-size dictionary file is changed; users
of M/S-size dictionary files do not need to update.
Tue, 14 Dec 2004
[ 08:06 matusita search for other commits by this committer ] Original commit 
Backout rev 1.28.

No need to hack here because japanese/skk-jisyo-cdb is just fixed to
cooperate with this port.  No content changes, no bump.
Thu, 2 Dec 2004
[ 15:03 matusita search for other commits by this committer ] Original commit 
Update to 200412.

Committed at: Busan, KR
Mon, 1 Nov 2004
[ 14:42 matusita search for other commits by this committer ] Original commit 
Update to 200411.  However previous update was happen a few days before,
actually no contents are changed; if you've installed 200410 already
no need to update to 200411.

While I'm here, dictionary files update every month automatically (thanks
for cron(8)).  Committers, feel free if you find a newer version but I'm
not updating this port; all you have to do is "make makesum; cvs commit."

Also update WWW: line to SKK project's new home.
Sat, 30 Oct 2004
[ 16:58 matusita search for other commits by this committer ] Original commit 
Quick workaround to unbreak INDEX: use PKGNAMESUFFIX if SKK_JISYO_SUFFIX.
ports/japanese/skk-jisyo-cdb need to be changed, but still pending
(I'd like to contact current MAINTAINER first.)

No actual content change, no bump.

Noticed by: kris via "INDEX build failure report"
[ 14:20 matusita search for other commits by this committer ] Original commit 
Take MAINTAINERship from ports@FreeBSD.org (again; I was the MAINTAINER
of this port), and completely rewrite this port in order to install
latest version of dictionaries with less costs.

Major changes are as follows:

* Set DISTFILES to my directory of MASTER_SITE_LOCAL.  This directory
  will contain monthly jisyo snapshot from the original distribution,
  <URL:http://openlab.jp/skk/skk/dic/>.  For less traffic, dictionary
  files are bzip2(1)ed.  Thanks to cron(8), I can update my MASTER_SITE_LOCAL
  directory automatically -- you can see 200411 version of dictionary file
  at Nov/01/2004 (yeah!).
* You can choose which size of dictionary files to be installed. Set
  SKK_JISYO_TYPE to L, M, S, or any combination of these chars.  Default
  to 'L M S' so no files are disappeared with this commit.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 23 Aug 2004
[ 16:10 yoichi search for other commits by this committer ] Original commit 
update to 200408 version (L dictionary has been updated)
drop maintainership
Wed, 24 Mar 2004
[ 15:07 yoichi search for other commits by this committer ] Original commit 
large size dictionary has been updated
Sat, 3 Jan 2004
[ 00:03 yoichi search for other commits by this committer ] Original commit 
Update to 200401 version.

PR:             ports/60778
Submitted by:   YANO Toru
Sun, 5 Oct 2003
[ 07:12 yoichi search for other commits by this committer ] Original commit 
Update to 200310 version
Wed, 24 Sep 2003
[ 22:13 yoichi search for other commits by this committer ] Original commit 
Update to 200309 version(large dictionary updated)
Mon, 7 Jul 2003
[ 23:33 yoichi search for other commits by this committer ] Original commit 
update to 200307 version, large size dictionary is updated.
Tue, 6 May 2003
[ 15:30 yoichi search for other commits by this committer ] Original commit 
Update to 200305 version
Sat, 29 Mar 2003
[ 01:20 yoichi search for other commits by this committer ] Original commit 
Update to 200303 version.
Thu, 6 Mar 2003
[ 19:23 ade search for other commits by this committer ] Original commit  (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:    portmgr (implicitly)
Sun, 16 Feb 2003
[ 10:07 yoichi search for other commits by this committer ] Original commit 
Update to 200302 version (updated Large dic.)
Wed, 8 Jan 2003
[ 08:43 yoichi search for other commits by this committer ] Original commit 
Update to 200301 version (updated Large dic.)
Thu, 21 Nov 2002
[ 06:59 yoichi search for other commits by this committer ] Original commit 
update to 200211 version.
Sat, 5 Oct 2002
[ 19:31 yoichi search for other commits by this committer ] Original commit 
update to 200210 version
Mon, 16 Sep 2002
[ 18:35 yoichi search for other commits by this committer ] Original commit 
Add skk-jisyo-cdb, SKK dictionary files in another format.

Submitted by:   YANO Toru <toru@maid.ne.jp>
                KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
Tue, 3 Sep 2002
[ 08:01 yoichi search for other commits by this committer ] Original commit 
Update to 200209 version.
* L size dictionary is updated
Fri, 23 Aug 2002
[ 10:53 yoichi search for other commits by this committer ] Original commit 
Update to 200208 version.
* L dictionary is updated
* mode specification line is updated.
Tue, 23 Jul 2002
[ 08:31 yoichi search for other commits by this committer ] Original commit 
Update to 200207 version (L size dictionary is updated).
Thu, 6 Jun 2002
[ 04:31 yoichi search for other commits by this committer ] Original commit 
Update to the dictionary files in 200206
Wed, 15 May 2002
[ 12:31 yoichi search for other commits by this committer ] Original commit 
Update to the newest dictionary files.
Take over maintainership.

Approved by:    matusita (previous maintainer)
Fri, 15 Mar 2002
[ 15:47 matusita search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Change my email address to the one of @FreeBSD.org.

Reviewed by:    kuriyama
Thu, 21 Jun 2001
[ 03:48 motoyuki search for other commits by this committer ] Original commit 
Move MASTERSITES to MASTER_SITE_PORTS_JP.    
Sun, 15 Oct 2000
[ 04:19 nbm search for other commits by this committer ] Original commit 
Standardise on "matusita@jp.FreeBSD.org" instead of various other  
capitalisations.    

Number of commits found: 60