Renato Botelho
5fd25bccec
- Update to 0.9.9
...
PR: ports/98585
Submitted by: maintainer
2006-06-07 15:07:26 +00:00
Renato Botelho
5ac3691c5b
Fix build on 4.x
...
Submitted by: maintainer and author by email
2006-05-15 12:40:38 +00:00
Renato Botelho
cd7a90e268
- Update to 0.9.8
...
PR: ports/96761
Submitted by: maintainer
2006-05-05 11:21:57 +00:00
Renato Botelho
8551ec039f
- Update to 0.9.7.2
...
PR: ports/96314
Submitted by: maintainer
2006-04-25 15:57:33 +00:00
Renato Botelho
1d14d70e48
- Update to 0.9.7.1
...
PR: ports/94853
Submitted by: maintainer
2006-03-23 11:09:48 +00:00
Renato Botelho
640cca1ddc
* security/libprelude: [1]
...
- Update to 0.9.7
- Bump libprelude.so version
* security/libpreludedb: [2]
- Update to 0.9.6
- Chase libprelude.so version
* security/prelude-lml: [3]
- Update to 0.9.4
- Chase libprelude.so version
- Add a rc.d startup script
* security/prelude-manager: [4]
- Update to 0.9.4
- Chase libprelude.so version
- Add a rc.d startup script
PR: ports/94402 [1], ports/94403 [2],
ports/94404 [3], ports/94405 [4]
Submitted by: maintainer [1] [2] [3] [4]
2006-03-21 11:50:53 +00:00
Sergei Kolobov
280f2d0561
- Replace deprecated USE_AUTOTOOLS=libtool:15:inc construct (somehow missed
...
in the recent sweep) with GNU_CONFIGURE=yes; update pkg-plist appropriately
- Add .../old/ subdir to MASTER_SITES so the port is still fetchable even
when the Prelude project releases a new version
- Bump PORTREVISION
PR: ports/93795
Submitted by: Robin Gruyters (maintainer)
Approved by: portmgr (linimon)
2006-03-02 09:37:50 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Sergei Kolobov
f572380f7b
- Fix run-time linking problems of the dependent ports by installing libtool
...
archives (.la) files - switch to USE_LIBTOOL=libtool:15:inc
- Add a patch to avoid overwriting existing configuration files
- Bump PORTREVISION
PR: ports/93498
Submitted by: Robin Gruyters (maintainer)
2006-02-20 23:01:03 +00:00
Sergei Kolobov
afe3e8f2d7
- Transfer maintainership of the Prelude ports to the submitter,
...
who has kindly agreed to adopt them
PR: ports/93386
Submitted by: Robin Gruyters <r dot gruyters at yirdis dot nl>
2006-02-15 14:02:57 +00:00
Sergei Kolobov
9ea628ff83
- Update to 0.9.5
...
- Unbreak (fix pkg-plist by using @dirrmtry) [1]
- Remove USE_REINPLACE which is not needed anymore
PR: ports/92401
Submitted by: Ion-Mihai "IOnut" Tetcu
2006-02-14 15:12:59 +00:00
Kris Kennaway
85ee1836e1
BROKEN: Incomplete pkg-plist
2006-01-25 23:02:22 +00:00
Sergei Kolobov
1c46b937bd
- Update to 0.9.3 (unbreaks fetching)
2006-01-10 17:07:27 +00:00
Roman Bogorodskiy
17b54d4ed8
Chase gnutls update.
2006-01-09 16:34:19 +00:00
Sergei Kolobov
a66a28cbd3
- Add SHA256 checksums to my ports
2005-11-25 14:05:38 +00:00
Sergei Kolobov
c60b7bef2e
- Respect NOPORTDOCS
...
- Fix pkg-plist if WITH_PERL/WITH_PYTHON are defined
- Properly clean up (extra directories) at deinstall
- Bump PORTREVISION
2005-10-14 18:17:00 +00:00
Sergei Kolobov
f7219c8814
- Update to 0.9.0
...
- libprelude now always depends on GnuTLS
- Add two new knobs - WITH_PERL and WITH_PYTHON - to install Perl and Python
bindings, respectively (both knobs are off by default)
- Remove patch we no longer need
2005-10-07 15:00:21 +00:00
Sergei Kolobov
68a7dff26a
- Take maintainership
2005-04-26 08:21:06 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
43b9ab41f2
Fix plist.
2004-08-14 16:26:26 +00:00
Trevor Johnson
c0669efed5
Tidy up whitespace.
2004-04-10 17:26:55 +00:00
Clement Laforet
0dd9c1c8fc
- Use CONFIGURE_TARGET instead of --program-prefix=""
...
Reminded by: -ports@ discussion
2004-03-25 21:26:53 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Clement Laforet
c4bd8aa850
- Drop maintainership
2004-02-29 15:29:53 +00:00
Clement Laforet
3b8591d72d
- SIZEify distinfo
2004-02-07 17:16:21 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Clement Laforet
3887814e09
- Update my email address
...
Approved and reviewed by: erwin (mentor)
2004-01-13 15:04:51 +00:00
Pav Lucistnik
a769a701f6
libprelude
...
- update to 0.8.10
- use NOPORTDOCS
prelude-lml
- chase shlib version, bump portrevision
prelude-manager
- update to 0.8.10
prelude-nids
- update to 0.8.6
PR: ports/60113
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-12-17 00:07:53 +00:00
Foxfair Hu
165f8a90c5
PR: 58388
...
Submitted by: maintainer, Clement Laforet <sheepkiller@cultdeadsheep.org>
Upgrade libprelude to 0.8.8
2003-11-04 03:05:25 +00:00
Edwin Groothuis
47172a8238
[maintainer update] security/{libprelude,prelude-lil,prelude-nids}: update to latest versions.
...
- update libprelude to 0.8.7
- update prelude-nids to 0.8.4
- update prelude-lml 0.8.5
PR: ports/57625
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-10-06 13:12:16 +00:00
Christian Weisgerber
39d7abce78
Update prelude ports to latest version:
...
libprelude: 0.8.5 -> 0.8.6
prelude-lml: 0.8.3 -> 0.8.4
prelude-manager: 0.8.7 -> 0.8.8
prelude-nids: 0.8.1 -> 0.8.3
PR: 57168
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-09-26 22:30:58 +00:00
Foxfair Hu
25d1e2e8fc
PR: 53011
...
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Reviewed by: me
Add libprelude 0.8.5, libraries of prelude Network Intrusion Detection System.
2003-06-18 02:40:11 +00:00