summaryrefslogtreecommitdiff
path: root/japanese (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-295-5/+5
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* - Rename patchesTAKATSU Tomonari2018-07-297-17/+153
| | | | | | | | | | | | | | | * extra-patch-Mailman-Cgi-private.py to extra-patch-Mailman_Cgi_private.py * patch-CVE-2015-2775 to patch-Mailman_Utils.py * patch-CVE-2018-5950 to patch-Mailman_Cgi_options.py - Apply CVE-2018-0618 patches [1] PR: 229351 [1] Submitted by: Yasuhito FUTATSUKI MFH: 2018Q3 Security: CVE-2018-0618 Notes: svn path=/head/; revision=475623
* japanese/libskk: update 1.0.3 -> 1.0.4Koichiro Iwao2018-07-152-4/+4
| | | | | | | | | | PR: 229604 Submitted by: Ryo ONODERA <ryo@tetera.org> Approved by: maintainer timeout, pi (mentor) Relnotes: https://github.com/ueno/libskk/releases/tag/1.0.4 Notes: svn path=/head/; revision=474705
* Update WWW.MANTANI Nobutaka2018-07-151-1/+1
| | | | Notes: svn path=/head/; revision=474694
* Update KDE Applications to 18.04.3Tobias C. Berner2018-07-131-3/+3
| | | | Notes: svn path=/head/; revision=474596
* bump PORTREVISION after dependency changeKoichiro Iwao2018-07-121-1/+1
| | | | | | | | Reported by: pi Approved by: pi (mentor) Notes: svn path=/head/; revision=474483
* Fix DEPENDSAntoine Brodin2018-07-111-1/+1
| | | | Notes: svn path=/head/; revision=474473
* japanese/p5-Lingua-*: fix duplicate p5-p5- PKGNAMEPREFIXKoichiro Iwao2018-07-112-3/+7
| | | | | | | | | | | | | | | japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and japanese/p5-Lingua-JA-Numbers didn't have ja- prefix. Set ja-p5- prefix to all Lingua ports under Japanese category. PR: 229184 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> (initial version) Reviewed by: pi, mat Approved by: pi (mentor) Differential Revision: https://reviews.freebsd.org/D16002 Notes: svn path=/head/; revision=474424
* - Update to 20180629.Jun Kuriyama2018-07-104-12/+12
| | | | Notes: svn path=/head/; revision=474352
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-094-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Update to 4.9.7Jochen Neumeister2018-07-082-4/+4
| | | | | | | | | | Changelog: https://wordpress.org/news/2018/07/wordpress-4-9-7-security-and-maintenance-release/ MFH: 2018Q3 Security: 4740174c-82bb-11e8-a29a-00e04c1ea73d Notes: svn path=/head/; revision=474185
* Chase textproc/uim update to 1.8.8.MANTANI Nobutaka2018-07-073-3/+3
| | | | Notes: svn path=/head/; revision=474103
* Update to 1.8.8.MANTANI Nobutaka2018-07-071-3/+4
| | | | Notes: svn path=/head/; revision=474102
* - Update to 1.1Wen Heping2018-07-033-10/+11
| | | | | | | | PR: 229443 Submitted by: ryo@tetera.org Notes: svn path=/head/; revision=473835
* Mark these ports broken on mips64 and/or mips.Mark Linimon2018-07-011-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473660
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-285-8/+10
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Do not force stop services when a package is deinstalled.Mathieu Arnold2018-06-271-1/+1
| | | | | | | | | Starting or stopping services is the role of pkg(8). Sponsored by: Absolight Notes: svn path=/head/; revision=473439
* - Update to 6.0.5Li-Wen Hsu2018-06-261-5/+5
| | | | Notes: svn path=/head/; revision=473396
* Revert r473259 and r473260 which are committed by accidentSunpoet Po-Chuan Hsieh2018-06-241-1/+1
| | | | | | | | - Bump PORTEPOCH for protobuf and py-protobuf - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=473276
* Update to 3.6.0Sunpoet Po-Chuan Hsieh2018-06-241-1/+1
| | | | | | | Changes: https://github.com/google/protobuf/releases Notes: svn path=/head/; revision=473259
* Update to 0.5.3.20180520.MANTANI Nobutaka2018-06-242-2/+0
| | | | Notes: svn path=/head/; revision=473199
* japanese/ibus-skk: Update 1.4.1 -> 1.4.3Yuri Victorovich2018-06-233-12/+18
| | | | | | | | | | | | | | | Port changes: * Add LICENSE/LICENSE_FILE * Add to RUN_DEPENDS * Add USE_GNOME * Add BUILD_DEPENDS for vala * Update the 'preferences' patch PR: 227283 Submitted by: Ryo ONODERA <ryo@tetera.org> Notes: svn path=/head/; revision=473145
* Update to the latest snapshot on 2016/09/24.MANTANI Nobutaka2018-06-232-5/+5
| | | | Notes: svn path=/head/; revision=473144
* japanese/libskk: Update 1.0.1 -> 1.0.3Yuri Victorovich2018-06-233-12/+20
| | | | | | | | | PR: 227039 Submitted by: Ryo ONODERA <ryo@tetera.org> Approved by: hiroto.kagotani@gmail.com (maintauner timeout; 80 days) Notes: svn path=/head/; revision=473143
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-211-1/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-203-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* japanese/another-htmllint: Change dependecy from www/p5-CGI.pm to www/p5-CGIKoichiro Iwao2018-06-181-4/+4
| | | | | | | | | | | | | | | | www/p5-CGI and www/p5-CGI.pm provide same functions and conflict each other. While a lot of ports use www/p5-CGI, only this one uses www/p5-CGI.pm. By swiching to use www/p5-CGI this port and others can be installed together. Also, pass maintainership to the submitter due to consecutive maintainer timeouts. PR: 228236 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: maintainer timeout, pi (mentor) Notes: svn path=/head/; revision=472686
* japanese/font-ume: Fix MASTER_SITESKurt Jaeger2018-06-171-1/+1
| | | | | | | | | PR: 228242 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: hrs (maintainer timeout) Notes: svn path=/head/; revision=472630
* japanese/FreeWnn-server: remove ftp.freewnn.org from MASTER_SITESKurt Jaeger2018-06-171-2/+1
| | | | | | | | | | | - FTP site no longer works PR: 228243 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: hrs (maintainer timeout) Notes: svn path=/head/; revision=472628
* Unbreak portTilman Keskinoz2018-06-132-8/+12
| | | | | | | | PR: 228737 Submitted by: maintainer Notes: svn path=/head/; revision=472327
* - Update to 0.20180605Danilo Egea Gondolfo2018-06-102-4/+4
| | | | Notes: svn path=/head/; revision=472131
* Update KDE Applications to 18.04.2Tobias C. Berner2018-06-101-3/+3
| | | | Notes: svn path=/head/; revision=472130
* Remove expired ports:Rene Ladan2018-06-077-2204/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-06-06 biology/ssaha: Broken for more than 6 months 2018-06-06 biology/crux: Broken for more than 6 months 2018-06-06 biology/ariadne: Broken for more than 6 months 2018-06-06 cad/sceptre: Broken for more than 6 months 2018-06-06 cad/cider: Broken for more than 6 months 2018-06-06 chinese/scim-array: Broken for more than 6 months 2018-06-06 chinese/xpdf: Broken for more than 6 months 2018-06-06 chinese/telnet: Broken for more than 6 months 2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 comms/soundmodem: Broken for more than 6 months 2018-06-06 comms/jsdr: Broken for more than 6 months 2018-06-06 comms/java-commapi: Broken for more than 6 months 2018-06-06 converters/pdf2djvu: Broken for more than 6 months 2018-06-06 databases/rdb: Broken for more than 6 months 2018-06-06 databases/animenfo-client: Broken for more than 6 months 2018-06-06 databases/ruby-mysql: Broken for more than 6 months 2018-06-06 databases/riak: Broken for more than 6 months 2018-06-06 databases/animenfo-client-gtk: Broken for more than 6 months 2018-06-06 databases/rdfdb: Broken for more than 6 months 2018-06-06 databases/riak2: Broken for more than 6 months 2018-06-06 devel/subversion-static: Broken for more than 6 months 2018-06-06 japanese/xgate: Broken for more than 6 months 2018-06-06 textproc/opengrm-ngram: Broken for more than 6 months 2018-06-06 textproc/ocaml-tyxml: Depends on BROKEN and expiring www/ocaml-net 2018-06-06 www/ocaml-net: Broken for more than 6 months 2018-06-06 audio/linux-genpuid: Broken for more than 6 months 2018-06-06 x11/enventor: Broken for more than 6 months 2018-06-06 audio/xmms-timidity: Broken for more than 6 months 2018-06-06 audio/kaudiocreator: Broken for more than 6 months 2018-06-06 audio/jxm: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 audio/deforaos-mixer: Broken for more than 6 months 2018-06-06 audio/gkrellmss2: Broken for more than 6 months 2018-06-06 audio/ogg2mp3: Broken for more than 6 months 2018-06-06 audio/abcmidi: Broken for more than 6 months 2018-06-06 benchmarks/netpipe: Broken for more than 6 months 2018-06-06 biology/plink: Broken for more than 6 months Notes: svn path=/head/; revision=471892
* Fix and sort LICENSESunpoet Po-Chuan Hsieh2018-06-042-2/+3
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr (blanket) Notes: svn path=/head/; revision=471645
* Return daichi@'s ports back to the pool after his commit bit got safekept.Rene Ladan2018-06-011-1/+1
| | | | Notes: svn path=/head/; revision=471288
* japanese/mozc-server: Unmark BROKEN and fix poudrirere/ccache buildJoseph Mingrone2018-06-011-3/+1
| | | | | | | | | | The build failed with CCACHE_DIR_NON_ROOT_SAFE=yes in poudriere.conf. Submitted by: bdrewery Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Notes: svn path=/head/; revision=471279
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradeJoseph Mingrone2018-05-318-4/+14
| | | | | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html Notes: svn path=/head/; revision=471191
* Commit forgotten diff at previous commit r471075Koichiro Iwao2018-05-301-1/+0
| | | | Notes: svn path=/head/; revision=471135
* japanese/font-ricty{,-discord}: Update to 4.1.1Koichiro Iwao2018-05-293-14/+19
| | | | | | | | | | | | | | | | | | | ricry_discord_converter.pe is no longer needed as everything's provided in one script. Also while here, - Adjust indents - Add NO_ARCH - Remove "Created by:" line credits myself and masaki (approved via private communications) Changes: http://www.rs.tus.ac.jp/yyusa/ricty.html Approved by: pi (mentor, initial version) Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D15474 Notes: svn path=/head/; revision=471075
* Update WWWSunpoet Po-Chuan Hsieh2018-05-2721-21/+21
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 4.9.6Jochen Neumeister2018-05-252-4/+4
| | | | | | | Changelog: https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/ Notes: svn path=/head/; revision=470867
* - Update to 0.20180509Danilo Egea Gondolfo2018-05-192-4/+4
| | | | Notes: svn path=/head/; revision=470426
* - Update to 20180427.Jun Kuriyama2018-05-164-12/+12
| | | | Notes: svn path=/head/; revision=470114
* Update MASTER_SITES and unbreak this portSunpoet Po-Chuan Hsieh2018-05-141-1/+1
| | | | | | | MFH: 2018Q2 Notes: svn path=/head/; revision=469913
* Update KDE Applications to 18.04.1Tobias C. Berner2018-05-111-3/+3
| | | | Notes: svn path=/head/; revision=469610
* - Update to 6.0.4Li-Wen Hsu2018-05-101-5/+5
| | | | Notes: svn path=/head/; revision=469498
* For ports in `japanese' category: remove redundant PKGMESSAGE assignment,Alexey Dokuchaev2018-05-055-6/+0
| | | | | | | | which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469110
* Deprecate ports broken for more than 6 monthsAntoine Brodin2018-05-051-0/+2
| | | | Notes: svn path=/head/; revision=469100
* - Fix license information.MANTANI Nobutaka2018-04-303-7/+26
| | | | | | | | | | | - Regenerate patch by 'make makepatch' to fix portlint warning. - Add NO_ARCH. PR: 222535 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=468697
* Update KDE Applications to 18.04.0Tobias C. Berner2018-04-281-3/+3
| | | | | | | * Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo. Notes: svn path=/head/; revision=468558