48 Commits

Author SHA1 Message Date
jeremy
1026c9569a Bump ports after switching default ruby version to 3.1
OK sthen@, tb@
2022-05-05 15:41:56 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
kmos
53f57532da Pull addition of "-fdeclspec" to CFLAGS out of a patch and into the Makefile
but only for clang architectures. (ports-gcc doesn't have that options so
errors out).

Fixes the build on sparc64

ok kn
2022-02-18 22:45:39 +00:00
jeremy
b5da0994ab Switch default ruby version to 3.0
Add patches to a few ports to build with ruby 3.0, mostly -fdeclspec to
CFLAGS or CXXFLAGS.

Bump ports where the default version change causes a package change.

OK kmos@
2021-09-02 14:59:44 +00:00
jeremy
06ac160d22 Bump related ports after default Ruby version switch
OK gkoehler@
2020-11-17 03:19:36 +00:00
danj
5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
jeremy
4311e64eb4 Bump after default ruby version change to ruby 2.6 2019-04-29 00:42:08 +00:00
jeremy
ecdd34f345 Bump related ports after default ruby version switch. 2018-10-26 16:16:24 +00:00
espie
1cad0a9db6 a few more FIX_EXTRACT_PERMISSIONS 2017-12-04 17:56:27 +00:00
jeremy
7279e7aa5f Missed bump after default ruby version change
Noticed by naddy@
2017-11-01 19:16:05 +00:00
jeremy
a1f1e67cc6 Change PKGNAME from ruby-arirang to arirang, since this is a
program, not a library.

Switch CONFIGURE_STYLE from ruby extconf to simple, since
the extconf style will be removed from ruby.port.mk soon.
Update WANTLIB accordingly.

OK Jung Lee, maintainer
2017-10-11 23:27:38 +00:00
jeremy
15b4af3964 Make arirang use default ruby version instead of ruby 1.8
OK Jung Lee (MAINTAINER)
2017-08-28 00:46:07 +00:00
jeremy
ae4149b76b Switch from using ruby 1.9 to ruby 1.8, as 1.9 will probably be going
away before 1.8.
2015-08-25 00:50:39 +00:00
jasper
21a675a21d - update to arirang-2.03 (adds support for ruby 1.9)
ok MAINTAINER
2014-10-03 07:25:06 +00:00
jeremy
5d15fd9555 Remove MODRUBY_WANTLIB_m use. 2014-01-15 02:03:53 +00:00
sthen
3df3143e13 update maintainer's email address 2013-06-04 13:16:20 +00:00
jeremy
ac78ad4e83 Make ruby 1.9 the default ruby for non-gem/extconf ports,
for consistency with the gem/extconf ports.

Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.

OK ajacoutot@
2013-03-20 19:13:50 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
2961c34245 update maintainer's email address. 2012-11-23 10:59:11 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
sthen
22b70aa246 - update to 2.02, from jung (maintainer).
- add a patch to fix a user-after-free, maintainer ok
2011-04-28 16:17:21 +00:00
rpointel
f795c598f7 Update arirang to 2.01, from Jung (MAINTAINER). 2011-03-29 18:18:12 +00:00
jeremy
ec8f05ea4c Fix PKGNAME, changed accidently by previous commit 2011-03-24 21:48:54 +00:00
jeremy
8a1dad1159 Add MODRUBY_HANDLE_FLAVORS = No so that FLAVORs are not added by the
lang/ruby module.

OK landry@
2011-03-24 21:45:45 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
jeremy
006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
landry
e1dcb83132 Update to arirang 2.00, from MAINTAINER Jung. 2010-10-03 07:12:18 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
landry
a86b7e98ed Update to arirang 1.95, from MAINTAINER Jung with spacing style tweaks
from me.
2010-09-16 08:42:56 +00:00
landry
3a16e6aa5a Update to arirang 1.90 from MAINTAINER jung. 2010-09-06 09:49:23 +00:00
landry
c8bf919e95 Update to arirang 1.77, from MAINTAINER Jung. 2010-09-02 08:31:09 +00:00
landry
fe56894f09 Update to arirang 1.7, diff from Remi Pointel.
Looks ok to MAINTAINER.
2010-08-30 20:46:29 +00:00
naddy
21bd0f6283 changing the maintainer address requires a package bump 2008-10-31 10:16:16 +00:00
kevlo
b0af2ecc1d update maintainer's email address.
requested by maintainer.
2008-10-31 02:22:16 +00:00
merdely
1997c75349 Remove surrounding quotes in NO_REGRESS/COMMENT*/PERMIT_*
From Darrin Chandler
2007-09-15 23:29:57 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
alek
6afd22898c Add WANTLIB markers 2004-12-27 13:28:33 +00:00
espie
caf501cd02 new plists.
gnutls depends on lzo.
2004-09-15 18:35:58 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
jsyn
acae29ed5a primary distsite was failing due to redirect (www.monkey.org -> monkey.org),
secondary distsite has gone away, and tertiary distsites haven't caught up
yet; caught by lebel@'s elf package building, ok pilot@monkey.org (maint.)
2002-09-05 00:49:51 +00:00
jsyn
debe2a7e54 update to arirang-1.6; from pilot@monkey.org, with minor changes 2002-07-29 08:26:32 +00:00
jsyn
68136ab2a9 get rid of MASTER_SITE_SUBDIR in ports I've added
MASTER_SITE_PACKETSTORM to
2002-05-13 09:06:08 +00:00
jsyn
b713bbbbdc + add patch to fix a few issues (from author/maintainer)
+ use MASTER_SITE_PACKETSTORM as a backup
+ add NO_REGRESS
ok pilot@monkey.org
2002-01-25 21:14:59 +00:00
mark
7125a5146e o wow this never had a CVS tag... added
o fix checksum
2002-01-11 04:59:43 +00:00
obecian
e3a9896c2e arirang-1.6beta update
fixes and code red support
2001-08-16 04:47:43 +00:00
obecian
a088ddbc57 arirang 1.5 import
powerful webserver security scanner from <pilot@monkey.org>
2001-06-06 07:56:05 +00:00