Dirk Meyer
65b53553d8
- update to 3.28
2012-08-23 04:39:53 +00:00
Beat Gaetzi
2a18823bef
- Mark BROKEN: size mismatch
...
fetch: http://mirror.irssi.org/snapshots/irssi-20120624.tar.gz :
size mismatch: expected 1331265, actual 1331625
Reported by: pointyhat
2012-08-21 18:48:59 +00:00
Jase Thew
9f9de444a5
- Update to 20120820
...
- Fix default build by removing SASL option as libgcrypt dependency is
now mandatory
Approved by: culot (mentor)
2012-08-21 09:29:33 +00:00
Adam Weinberger
1f853eae72
Update to 15.1.
2012-08-19 16:15:13 +00:00
Adam Weinberger
e5dd0a9bcd
Source tarball accidentally included cowsay cows, and the port
...
clobbered them. Manually installing the insub cows until another
tarball gets rolled. You'll probably need to reinstall cowsay to
restore those cows if you applied the 15.0_0 update.
PORTREVISION bump.
2012-08-19 02:23:56 +00:00
Adam Weinberger
e5ddbf7110
Update WWW to reflect MASTER_SITES change in r302748
2012-08-19 01:19:40 +00:00
Adam Weinberger
dac6080b4b
Update to 15.0.
...
This update reflects a license change from GPLv2 to 2-BSD.
MASTER_SITES switched to github.
Further ChangeLog not appropriate for pasting here, but can
be reviewed in source.
2012-08-19 01:18:03 +00:00
Steve Wills
71cbdede15
- Update to 2.0.8
...
- Made the knobs actually work
- Added regex modules as new knobs
- Added ldapoper module knob
PR: ports/170644
Submitted by: Mark Felder <feld@feld.me> (maintainer)
2012-08-17 16:58:53 +00:00
Jase Thew
eed66641a9
- Update to 20120817
...
Approved by: culot (mentor)
2012-08-17 11:12:32 +00:00
Jase Thew
e650ead063
- Add temporary patch (taken from upstream master) to fix color attributes
...
on wrapped lines.
Approved by: culot (mentor)
2012-08-17 11:11:04 +00:00
Jase Thew
059de50524
- Update to 20120808
...
- Make dependency on devel/ncurses optional [1]
- Fix SASL option and its description
- Add secondary master site
Requested by: Peter Jeremy <peter@rulingia.com> [1]
Approved by: flo (mentor)
2012-08-15 15:22:04 +00:00
Jase Thew
8270937d87
- Make dependency on devel/ncurses optional [1]
...
- Fix SASL option and its description
Requested by: Peter Jeremy <peter@rulingia.com> [1]
Approved by: flo (mentor)
2012-08-15 15:19:33 +00:00
Doug Barton
f9b6bb72bd
Fix problem introduced in r302141. The directory for the unpacked source
...
files is unversioned, so it conflicts with the name of the rc.d script in
WRKDIR after SUB_FILES is applied.
2012-08-15 01:04:30 +00:00
Vanilla I. Shu
9015565724
use some default desc from bsd.options.desc.mk.
...
Submitted by: crees@
2012-08-14 00:31:26 +00:00
Vanilla I. Shu
5876ab6ca0
1: fix utf-8 decoding.
...
2: convert to optionng.
PR: ports/169780
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> [1]
2012-08-13 15:08:03 +00:00
Dennis Herrmann
500bd51ad1
- Update to 20120624
...
PR: ports/170442
Submitted by: Nico R. Wohlgemuth <nico@lifeisabug.com>
Approved by: miwi (maintainer)
2012-08-08 22:44:38 +00:00
Doug Barton
9aac569eaa
Move the rc.d scripts of the form *.sh.in to *.in
...
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Dirk Meyer
d351fbab9c
- update to 0.19.2
2012-08-04 05:49:28 +00:00
Bryan Drewery
b70d151d98
- Update to my new maintainer address
...
Approved by: eadler (mentor)
2012-08-02 21:42:30 +00:00
Carlo Strub
344b32ccd9
- Fix typos in COMMENT
...
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
2012-08-02 09:02:43 +00:00
Ashish SHUKLA
f3770c10f9
- Bump PORTREVISION to chase Emacs port updates
...
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00
Max Brazhnikov
0a44979b96
Fix typo/logic after conversion to new option framework
...
Reported by: erwin/pointyhat for textproc/qstardict
2012-07-31 13:25:26 +00:00
Carlo Strub
db5e2bc177
Fix typos in COMMENT
...
Approved by: portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Dirk Meyer
317a0d703f
- add more MASTER_SITES
2012-07-28 19:41:21 +00:00
Carlo Strub
e9a2c0a4b1
Fix typos in COMMENT
...
Approved by: portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Max Brazhnikov
52e8b487f6
- Convert my ports to new options framework
...
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Doug Barton
308388d3cf
For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.
...
For all but kdenetwork4 use =build. For it use both just in case.
For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
2012-07-26 07:19:30 +00:00
Carlo Strub
1863cc77b0
Fix typos in COMMENT
2012-07-24 07:19:21 +00:00
Chris Rees
af089f84b8
Add the documentation for IRC operators
2012-07-20 08:28:33 +00:00
Andrej Zverev
f5c281b56c
- Fix package name detection
2012-07-18 07:02:53 +00:00
Chris Rees
2bb539e158
Remove extraneous ${WRKSRC} in do-extract
...
PR: ports/169867
Submitted by: maintainer (Bryan Drewery <bryan@shatow.net>)
2012-07-16 18:27:39 +00:00
Sunpoet Po-Chuan Hsieh
db4f8674b2
- Pass maintainership to new volunteer
...
PR: ports/169828
Submitted by: Bryan Drewery <bryan@shatow.net>
2012-07-13 15:01:00 +00:00
Chris Rees
db61a267a6
Reset maintainership for ports maintained by Gerrit Beine.
...
He had requested this some time ago, so any past timeouts should not be held
against him.
Your work in the past has been much appreciated, thank you.
Submitted by: maintainer, via private email
2012-07-11 18:13:33 +00:00
Jase Thew
99f19dbc03
- Update to 20120707
...
- Add SASL option to enable SASL authentication support
- Use devel/ncurses as it provides ability for 256 color support for
ncursesw
- Remove support for devel/lua50 (upstream removing it shortly)
- Remove 'Enable' from option descriptions
Approved by: flo (mentor)
2012-07-11 12:06:27 +00:00
Jase Thew
b82d10cf68
- Add SASL option to enable SASL authentication support
...
- Use devel/ncurses as it provides ability for 256 color support for
ncursesw
- Fix Lua support when used with devel/lua50
- Remove 'Enable' from option descriptions
Approved by: flo (mentor)
2012-07-11 12:05:12 +00:00
Chris Rees
c4ebe1dd51
Fix build; don't hardcode eggdrop version
...
PR: ports/169178
Submitted by: Bryan Drewery
Approved by: maintainer timeout (gerrit.beine@gmx.de , 3w)
2012-07-10 19:36:41 +00:00
Jase Thew
81af743046
- Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
...
closure. We thank Parodius for the hosting services they provided.
PR: ports/169570
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Approved by: culot (mentor)
2012-07-07 16:13:16 +00:00
Andrej Zverev
a41069ab3b
- Remove SITE_PERL from *_DEPENDS
...
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Andrej Zverev
2f57eb0926
- Remove SITE_PERL from *_DEPENDS
2012-06-28 18:37:23 +00:00
Dirk Meyer
79ed41a8a0
- reset MAINTAINER
2012-06-26 05:44:19 +00:00
Josh Paetzel
61b2938cb0
Revert previous commit which was pointed out
...
by portlint and received a Works on My
Machine review.
Pointyhat: jpaetzel
2012-06-18 17:33:29 +00:00
Josh Paetzel
2533ad0f5d
Revert previous commit that was pointed out by portlint
...
and received a Works On My Machine review.
Pointyhat: jpaetzel
2012-06-18 17:31:56 +00:00
Johan van Selst
050e6a59a0
- Register conflicts with other IRC servers[1]
...
- Convert to new options framework
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> [1]
2012-06-16 14:59:48 +00:00
Dirk Meyer
c9647d0d7e
- use OPTIONS_DEFINE
2012-06-15 16:54:14 +00:00
Beech Rintoul
313f653962
- Update to 1.6.21
...
- Note: The ssl patch has been removed and no longer supported upstream.
The new eggdrop-devel is experimental, but has ssl support.
PR: ports/169054
Submitted by: James Wade <james.wade@phurix.co.uk>
2012-06-14 21:27:38 +00:00
Beech Rintoul
cdb292fbf9
Eggdrop is the world's most popular open source Internet Relay Chat (IRC) bot.
...
Originally created by Robey Pointer in December 1993, it has spawned an almost
cult like following of users. It is a feature rich program designed to be
easily used and expanded upon (using Tcl scripting) by both novice and
advanced IRC users on a variety of hardware and software platforms.
2012-06-14 20:59:47 +00:00
Jason Helfman
a7b575f902
- use USERS/GROUPS framework
...
- remove pkg-deinstall and move cleanup instructions into pkg-plist
- pet portlint on pkg-plist for mode and group warnings
PR: ports/168821
Submitted by: jgh@
Approved by: maintainer, feld@feld.me
2012-06-14 19:28:02 +00:00
Baptiste Daroussin
8316e2eeba
Convert to new options framework
2012-06-13 05:13:04 +00:00
Steve Wills
63d09c9c9b
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
...
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
2012-06-10 18:42:48 +00:00
Jase Thew
4cb12fb0f6
- Update to 0.3.8 [1]
...
- Transfer maintainership to jase@FreeBSD.org [2]
- Convert to new options framework
- Remove shlib version from LIB_DEPENDS
PR: ports/168662
Submitted by: jase [1]
Approved by: flo, culot (mentors), miwi [2]
2012-06-10 17:28:57 +00:00