Commit graph

39 commits

Author SHA1 Message Date
Mathieu Arnold
558224994b onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
Koichiro Iwao
7e9e8d963e databases/ruby-gdbm: Gemify gdbm
since gdbm is gemified in upstream after Ruby 2.5 [1]. Ruby 2.4 can also
use the gdbm gem because it is a gem!

- Add MOVED entry
- Bump PORTEPOCH because PORTVERSION goes barwards
- Update pkg-descr and WWW
- Remove unnecessary pkg-message

[1] https://bugs.ruby-lang.org/issues/5481

Update lang/ruby* ports:

- Do not build gdbm together with Ruby interpreter, but build as a rubygem
- Remove ${BUILD_WRKSRC}/ext/gdbm instead of moving it to ${WRKDIR}
- Update pkg-message to mention rubygem-gdbm instead of ruby-gdbm

Also following changes are made to ruby-gdbm consumers:

- Updade dependency to depend on rubygem-gdbm
- Bump PORTREVISION due to dependency change

PR:		230436
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by:	HAW International, Inc.
2019-04-02 08:02:30 +00:00
Sunpoet Po-Chuan Hsieh
06bfeeb0b0 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-03-24 21:12:13 +00:00
Sunpoet Po-Chuan Hsieh
8555314b3b Pass maintainership to ports@
PR:		220255
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-06-24 16:32:00 +00:00
Rene Ladan
64b44225c8 mail/bsfilter: remove optional dependency on expired japanese/ruby-mecab and
bump PORTREVISION
2017-01-28 11:07:27 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
67971bd0fb Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
2015-10-19 14:50:52 +00:00
Jimmy Olgeni
41a7072cfb Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
John Marino
e44cd05a58 mail/bsfilter: Remove @dirrm, unmask cmds, use COPYTREE over CP
PR:		194370
submitted by:	maintainer (Yasuhiro KIMURA)
2014-10-18 06:47:25 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Steve Wills
191b75aeee - Include ruby_OLD_CMD so that shebangfix works properly
- Bump PORTREVISION due to package change

PR:		ports/183204
Reported by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer, submitter)
Pointyhat to:	swills
2014-03-30 13:47:39 +00:00
Steve Wills
5fc39a20de - Update to 1.0.19
- Stage
- Use more proper EXAMPLES option instead of DOCS
- Assign maintainership to submitter

PR:		ports/183204
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer timeout (info@otsune.com, >5 months)
2014-03-30 00:13:13 +00:00
Martin Wilke
7bebf85700 - Stage support 2014-02-15 10:12:46 +00:00
Martin Wilke
1b56bc2df7 - Stage support 2014-02-11 09:28:57 +00:00
Thomas Abthorpe
2ed5036df6 - Remove dependency on japanese/ruby-chasen
- Option is off by default, no PORTREVISION bump

With hat:	portmgr
2013-10-11 01:51:25 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Jason Helfman
140e3e8ad3 - adopt optionsNG, trim historical header and add license
- while here depend on pkgnames for dependencies, fix WWW address
  and shorten mastersite

PR:		175206
Submitted by:	yasu@utahime.org
Approved by:	maintainer, info@otsune.com
2013-01-15 00:26:06 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Baptiste Daroussin
6717aab7f7 Remove KAKASI option, as ruby-kakasi has expired 2011-08-03 06:38:39 +00:00
Philip M. Gollucci
b194fcf553 - Update to 1.0.17
PR:             ports/152470
Submitted by:   Yasuhiro KIMURA <yasu@utahime.org>
Approved by:    maintainer timeout (info@otsune.com ; 17 days)
2010-12-10 23:06:36 +00:00
Beech Rintoul
52b4bdc6eb - Update to 1.0.16
PR:		ports/121297
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	Masafumi Otsune <info@otsune.com> (maintainer)
2008-03-11 01:09:00 +00:00
Alejandro Pulver
bfa6e446e2 - Update to 1.0.15.
PR:		ports/103565
Submitted by:	Masafumi Otsune <info@otsune.com> (maintainer)
2006-09-25 01:23:41 +00:00
Pav Lucistnik
2df2774f05 - Update to 1.0.14
PR:		ports/97567
Submitted by:	Masafumi Otsune <info@otsune.com> (maintainer)
2006-05-21 19:28:08 +00:00
OKAZAKI Tetsurou
c565391400 Upgrade to 1.0.13.
PR:		ports/96155
Submitted by:	KIMURA Yasuhiro
Approved by:	maintainer
2006-04-24 23:01:31 +00:00
Sam Lawrance
12c6944eeb Update to 1.0.12.
PR:		ports/92500
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	Masafumi Otsune <info@otsune.com> (maintainer)
2006-02-08 14:49:22 +00:00
Pav Lucistnik
bbf79edbdd - Update to 1.0.11
PR:		ports/91816
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	otsune <info@otsune.com> (maintainer)
2006-01-15 16:05:10 +00:00
Emanuel Haupt
837abef333 Update to 1.0.10
PR:		90186
Submitted by:	Masafumi Otsune <info@otsune.com> (maintainer)
2005-12-10 18:03:20 +00:00
Sergey Matveychuk
e11e51975a - Update to 1.0.9 (bug fix release)
PR:		ports/83973
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	Masafumi Otsune <info@otsune.com> (maintainer)
2005-07-25 13:45:30 +00:00
Roman Bogorodskiy
8346ccb20f Update to 1.0.8.
PR:		83784
Submitted by:	Masafumi Otsune (maintainer)
2005-07-20 15:23:15 +00:00
Pav Lucistnik
ba7f5604ab - Update to 1.0.7
PR:		ports/82159
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	Masafumi Otsune <info@otsune.com> (maintainer)
2005-06-13 09:31:04 +00:00
Sergey Matveychuk
9e2e2bea6f - Fix pkg-plist
Submitted by:	pointyhat via kris
2004-12-21 09:38:46 +00:00
Sergey Matveychuk
22aeec3703 - Update to 1.0.6
PR:		ports/75245
Submitted by:	maintainer
2004-12-19 22:07:20 +00:00
Sergey Matveychuk
560a674ad6 - Fix OPTIONS
- Remove pre-build

PR:		ports/70911
Submitted by:	maintainer
2004-08-24 19:38:56 +00:00
Sergey Matveychuk
dabf42900a - Update to 1.0.4
- OPTIONS was added.
- Since "japanese/ruby-chasen" had BROKEN, it deleted from KNOB.
- The sample file was added.
- pkg-descr was updated according to official site.

PR:		ports/70664
Submitted by:	maintainer
2004-08-20 14:01:52 +00:00
Kirill Ponomarev
2e75d1831d Update to version 1.0.3
PR:		ports/68293
Submitted by:	maintainer
2004-06-25 07:43:26 +00:00
Kirill Ponomarev
794c8a6d17 - Update to 1.0.2
PR:		ports/66447
Submitted by:	maintainer
2004-05-10 11:46:05 +00:00
Kirill Ponomarev
781d812d96 - Update to version 1.0.1
PR:		ports/64958
Submitted by:	maintainer
2004-03-31 08:33:11 +00:00
Kirill Ponomarev
03c6307325 Add bsfilter 1.0.0, a bayesian spam filter written in Ruby.
PR:		ports/63573
Submitted by:	Masafumi Otsune <info@otsune.com>
2004-03-01 08:59:44 +00:00