Commit Graph

18 Commits

Author SHA1 Message Date
sthen
c55dec9048 Better @exec-update lines; don't produce an error with pkg_add updates
if the module is installed but not activated. From Mikolaj Kucharski with
help from halex@, looks good to halex.
2011-09-17 10:29:43 +00:00
espie
58fffade54 normalize pkgpath 2011-09-16 12:00:05 +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
sebastia
44857b2db6 bump apache modules, since mod_headers in base httpd was updated.
OK, landry@
2010-09-26 17:45:13 +00:00
jeremy
848e9dff50 Handle changes caused by splitting the ruby port and bump
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:21:03 +00:00
sthen
3d9f13534b bump PKGNAMEs, the httpd abi changed, resulting in segfaults after
updating httpd until newly-built packages are installed.

ok espie@
2010-02-26 14:45:02 +00:00
msf
64ee1a44ec respect MODRUBY_LIB_DEPENDS, no plist change
ok bernd@
2009-08-10 16:48:27 +00:00
pyr
3596fb2a5b Bump apache modules after my recent ABI breakage, to be on the safe side.
ok ajacoutot@
2009-06-03 00:48:51 +00:00
merdely
ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00
simon
c6b846f14f bump versions as MODAPACHE_FINAL changed
and fix mod_security packaging while there

"go ahead" steven@
2007-06-30 15:32:30 +00:00
simon
d422adf4f6 switch to apache-module framework
confirmed by Adam Montague (maintainer)
2007-06-21 20:54:33 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
bernd
773af5fe5f Update to mod_ruby-1.2.6.
From maintainer Adam Montague.
2006-10-26 19:45:58 +00:00
sturm
c0e88e661f SUBST_VARS=PKGNAME
from maintainer Adam Montague <amontague at siriushosting.com>
2005-10-28 19:40:32 +00:00
david
99f206e6b3 add SIZE 2005-02-27 00:36:43 +00:00
alek
2a530c0619 - Adjust *DEPENDS
- Add WANTLIB marker
- Bump PKGNAME
2005-02-25 15:36:28 +00:00
couderc
5352038ddc initial import of mod_ruby, from Adam Montague
Mod_ruby embeds the Ruby interpreter into the Apache web server,
allowing Ruby CGI scripts to be executed natively. These scripts will
start up much faster than without mod_ruby.
2005-01-16 23:44:39 +00:00