Commit graph

15115 commits

Author SHA1 Message Date
Vsevolod Stakhov
305232cff4 Fix fetch as bitbucket main link returns 302 redirect status.
Reported by:	sem via IRC
2012-08-24 16:31:07 +00:00
Bryan Drewery
760b106006 - Deprecate: mail/qmail-spamcontrol should be used instead
as it accomplishes the same goals and more.

PR:		ports/170860
Submitted by:	Luiz Otavio O Souza <loos.br@gmail.com> (maintainer)
Approved by:	eadler (mentor)
2012-08-24 02:14:03 +00:00
Vsevolod Stakhov
ec35e84d11 Upgrade to version 0.5.2.
Submitted by:	Swapper <swappers at gmail.com>
2012-08-23 15:06:18 +00:00
Alex Dupre
17bb593e24 Update to 1.17 release.
PR:		ports/170856
Submitted by:	maintainer
2012-08-23 15:04:42 +00:00
Alex Dupre
a75761e076 Update to 0.8.1 release. 2012-08-23 14:39:51 +00:00
Philippe Audeoud
4026984355 - Update to 3.32
- Changelog: http://cpansearch.perl.org/src/PLOBBES/Mail-IMAPClient-3.32/Changes
2012-08-23 12:35:33 +00:00
Steve Wills
19ae98b9a8 - Update to 1.34
PR:		ports/170870
Approved by:	chifeng <chifeng@gmail.com> (maintainer)
2012-08-22 18:23:15 +00:00
Ashish SHUKLA
590744825e - Update to latest snapshot 201208192045 2012-08-22 17:18:42 +00:00
Yen-Ming Lee
62ecb3fba3 - Update MASTER_SITES
- Add required dependency p5-Compress-Bzip2
- Bump PORTREVISION

PR:		170765
Submitted by:	dhn@
2012-08-21 23:47:43 +00:00
Doug Barton
235e0c0890 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-21 21:00:33 +00:00
Sunpoet Po-Chuan Hsieh
9cc1ab70f4 - Update to 3.029
- Add LICENSE

Changes:	http://search.cpan.org/dist/MIME-Lite/changes.pod
2012-08-21 16:07:24 +00:00
Jason Helfman
cf4ae83be0 - update to 1.3, changeset 8bb26094df06
- remove redundancy in pkg-plist for examples
2012-08-20 21:34:28 +00:00
Erwin Lansing
c5d1ab3711 Mark BROKEN: does not build
Submitted by:	pointyhat
2012-08-20 06:56:53 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Ruslan Makhmatkhanov
0d4ca97b9d - update to 1.1.5
- tab -> space in pkg-descr:WWW, while here

PR:		170615
Submitted by:	Lukasz Wasikowski <lukasz at wasikowski dot net> (maintainer)
2012-08-16 19:57:25 +00:00
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Ashish SHUKLA
d02f8eb009 - Update to latest snapshot 201207311144
- Fix rc.d script

PR:		ports/170577
Submitted by:	Artis Caune <Artis.Caune at gmail.com>
2012-08-15 07:26:24 +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
Doug Barton
059086d068 Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
I caught most of these, but missed this one, apologies
2012-08-15 00:40:35 +00:00
Sofian Brabez
0945ca80cc - Update to 0.9.5
PR:		ports/168894
Submitted by:	koobs <koobs.freebsd at gmail.com>
Approved by:	Georg Graf <georg at graf.priv.at> (maintainer)
2012-08-14 10:18:07 +00:00
Alex Dupre
7d9ef4d188 Update to 0.8.0 release:
- add optional dependency to php-gd for image resize/conversion
- switch to OptionsNG
- LICENSE is now GPLv3
- drop support for MAIL_REPLACE_URI
2012-08-13 13:23:07 +00:00
Steve Wills
b73b27a91a - Update rails and friends to 3.2.8
- Document security issue in 3.2.7 [1]

Submitted by:	bdrewery [1]
Reviewed by:	swills [1]
Security:	31db9a18-e289-11e1-a57d-080027a27dbf
2012-08-10 02:50:53 +00:00
Alex Dupre
a4e52b6cd7 Fix build when perl is built without USE_PERL.
PR:		ports/170218
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-08-09 08:32:41 +00:00
Alex Dupre
80b8f8e7dc Update to unified 1.4.3 release and greatly simplify the port. 2012-08-09 08:27:12 +00:00
Alex Dupre
9797df462b Make clear that sqlite support needs php 5.3. 2012-08-08 15:36:56 +00:00
Doug Barton
dae082c958 Fix what looks like a copy-paste-o that originated in the same script:
command=foo >/dev/null 2>&1
	|
	v
command=foo
command_args='>/dev/null 2>&1'

This is clearly what should have been done, for several reasons.

No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter.
2012-08-06 00:28:43 +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
Doug Barton
e0ff1d9fd9 Remove a comment that is spurious now that local rc.d files are included
in the base rcorder
2012-08-05 21:10:33 +00:00
Sahil Tandon
d8121cf607 Update to 2.10-20120801 2012-08-05 18:37:57 +00:00
Sahil Tandon
79ebb4681d Update to 2.9.4 2012-08-05 18:37:47 +00:00
Sahil Tandon
a323bede3a Update to 2.8.12 2012-08-05 18:37:39 +00:00
Sahil Tandon
b34e00c782 Update to 2.7.11 2012-08-05 18:37:29 +00:00
Sahil Tandon
71ebcddcde Update to 2.6.17 2012-08-05 18:37:18 +00:00
Koop Mast
bc4c225e52 Add USE_PKGCONFIG= build.
Approved by:	maintainer (priv mail)
2012-08-05 11:10:35 +00:00
Sunpoet Po-Chuan Hsieh
4185540109 - Convert to new options framework 2012-08-05 07:16:55 +00:00
Martin Wilke
71c253f763 - Update to 1.8.5
PR:		169494
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2012-08-05 04:34:22 +00:00
Renato Botelho
1fee5c0c7c Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by:	sunpoet@
2012-08-03 18:39:20 +00:00
Renato Botelho
0300be0fc1 Drop maintainership since i don't use it anymore 2012-08-03 15:35:35 +00:00
Renato Botelho
90d97bb7c0 Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports 2012-08-03 15:34:45 +00:00
Gabor Pali
0f2af3e9a7 - Update to 0.3.3.2
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:03:06 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +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
Adam Weinberger
7579748d80 Correct post-installation configuration directions, wrong directory
name was printed.
2012-07-31 20:24:50 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Doug Barton
6c1bc50c5a Remove my personal web site from MASTER_SITES 2012-07-29 08:17:33 +00:00
Michael Scheidell
d54f6d01ee - Fix LATEST_LINK after renaming the ports mail/mutt to mail/mutt14
PR:		ports/170126
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
2012-07-29 01:06:48 +00:00
Florian Smeets
5cf2691254 Fix enigmail after the recent gecko updates.
In collaboration with:	Jan Beich <jbeich@tormail.org>
Reported by:	many
Approved by:	portmgr (miwi)
2012-07-28 22:31:08 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00