1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

310124 Commits

Author SHA1 Message Date
Guido Falsi
903eef6e32 Convert xmms2 ports to staging.
While here, convert to new LIB_DEPENDS format.
2013-09-29 10:41:24 +00:00
Marcus von Appen
3a7b16e2b4 - Convert to PYDISTUTILS_AUTOPLIST
- Enable stage support
- Convert to new OPTIONS framework
2013-09-29 10:25:56 +00:00
Marcus von Appen
e62f62f6eb - Enable stage support 2013-09-29 10:08:35 +00:00
Grzegorz Blach
849745edaf - Support staging
Approved by:	crees, tabthorpe (mentors, implicit)
2013-09-29 09:58:16 +00:00
Li-Wen Hsu
575aacbecd - Update to 5.15
- Enable stage support
2013-09-29 09:55:47 +00:00
Guido Falsi
88246d96dc Convert to staging. 2013-09-29 09:41:31 +00:00
Guido Falsi
3ae4fe6da7 Convert unison ports to staging
Approved by:	bsam (for net/unison-nox11)
Approved by:	mandree (implicit, for net/unison232)
2013-09-29 09:38:57 +00:00
Grzegorz Blach
4ae045f484 - Convert to new LIB_DEPENDS syntax
Approved by:	crees (mentor)
2013-09-29 09:31:56 +00:00
Grzegorz Blach
9af3f6eaff - Move PLIST_FILES and MAN1 to pkg-plist
- Bump PORTREVISION

Approved by:	crees (mentor)
2013-09-29 09:31:11 +00:00
Grzegorz Blach
e9fcd1bb57 - Support staging
Approved by:	crees (mentor)
2013-09-29 09:28:59 +00:00
Marcus von Appen
3f7e1dd82e - Convert to PYDISTUTILS_AUTOPLIST
- Enable stage support
- Fix plist
2013-09-29 09:19:23 +00:00
Li-Wen Hsu
68f6193ca4 - Enable stage support
- Turn DATABASE to OPTIONS_GROUP for people don't want DB backend support [1]

PR:		ports/182348
Submitted by:	demon
2013-09-29 09:14:46 +00:00
Lars Engels
ad9536a8d7 Add a slave port to pnp: pnp-icinga to use PNP with Icinga.
Approved by:	portmgr (bapt)
2013-09-29 09:00:04 +00:00
Brendan Fabeny
410f653bbb Update to 3.4.0
PR:		181873
2013-09-29 08:54:39 +00:00
Antoine Brodin
1f5467cabc Finish STAGEDIR conversion 2013-09-29 08:38:19 +00:00
Antoine Brodin
cea1298216 Add an explicit dependency on pkgconf (needed to build ossxmix) 2013-09-29 08:35:33 +00:00
Marcus von Appen
f97e61cdeb - Convert to PYDISTUTILS_AUTOPLIST
- Enable stage support
2013-09-29 07:13:33 +00:00
Martin Matuska
12e7884ead Fix compilation with disabled IPV6 2013-09-29 05:39:36 +00:00
Eitan Adler
b5aed9ea3b - Convert to staging 2013-09-29 04:36:59 +00:00
Eitan Adler
657df94ad7 - Convert to staging 2013-09-29 03:22:49 +00:00
Eitan Adler
d7a542f9bf - Convert to staging 2013-09-29 03:16:52 +00:00
Eitan Adler
3bd012c2d2 - Convert to staging 2013-09-29 03:14:14 +00:00
Eitan Adler
17e40115e5 - Convert to staging 2013-09-29 03:12:30 +00:00
Eitan Adler
fa30a11c4c - Convert to staging 2013-09-29 03:05:51 +00:00
Sunpoet Po-Chuan Hsieh
3bc748d0b6 - Update to 1.3.0
- While I'm here:
  - Convert to new LIB_DEPENDS format
  - Use CLFLAGS+= instead of CFLAGS=
  - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk

Changes:	http://pecl.php.net/package-changelog.php?package=sphinx
PR:		ports/181215
Submitted by:	John Chen <johnpupu@gmail.com>
Approved by:	Max Baryshnikov <mephius@gmail.com> (maintainer)
2013-09-29 02:01:12 +00:00
Eitan Adler
194f4a7c93 - Convert to staging. This caught a missing pkg-plist entry. 2013-09-29 00:54:23 +00:00
Eitan Adler
96175b1db4 - Convert to staging 2013-09-29 00:25:31 +00:00
Eitan Adler
017f893a21 - Convert to staging 2013-09-29 00:19:25 +00:00
Eitan Adler
f29272bbf3 - Convert to staging 2013-09-29 00:13:51 +00:00
Eitan Adler
d723c72597 - Convert to staging. 2013-09-29 00:13:38 +00:00
Eitan Adler
8a33f3f9aa - Convert to staging 2013-09-29 00:07:26 +00:00
Eitan Adler
31be9cfa5c - Convert to staging 2013-09-29 00:03:14 +00:00
Grzegorz Blach
e9981d0bc7 - Convert USE_GMAKE=yes to USES=gmake
- Support staging

Approved by:	crees, tabthorpe (mentors, implicit)
2013-09-29 00:02:58 +00:00
Eitan Adler
40d4dd3100 - Convert to staging. 2013-09-28 23:56:01 +00:00
Eitan Adler
74229775b9 - Convert to staging 2013-09-28 23:45:19 +00:00
Sergey A. Osokin
6db3e97591 Update from 1.5.4 to 1.5.5.
Remove needless entries for ngx_http_auth_request_module from distinfo, the module is the part of main distro.

<ChangeLog>

*) Change: now nginx assumes HTTP/1.0 by default if it is not able to
   detect protocol reliably.

*) Feature: the "disable_symlinks" directive now uses O_PATH on Linux.

*) Feature: now nginx uses EPOLLRDHUP events to detect premature
   connection close by clients if the "epoll" method is used.

*) Bugfix: in the "valid_referers" directive if the "server_names"
   parameter was used.

*) Bugfix: the $request_time variable did not work in nginx/Windows.

*) Bugfix: in the "image_filter" directive.
   Thanks to Lanshun Zhou.

*) Bugfix: OpenSSL 1.0.1f compatibility.
   Thanks to Piotr Sikora.

</ChangeLog>
2013-09-28 20:36:13 +00:00
Sunpoet Po-Chuan Hsieh
b9e24a203a - Fix *_DEPENDS
- While I'm here, support STAGEDIR
- Bump PORTREVISION for dependency change

PR:		ports/182047
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 16 days)
2013-09-28 20:19:39 +00:00
Sunpoet Po-Chuan Hsieh
8dccbfd4ff - Update to 3.6.1
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses

Changes:	http://wordpress.org/news/2013/09/wordpress-3-6-1/
PR:		ports/182045
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 16 days)
2013-09-28 20:19:00 +00:00
Sunpoet Po-Chuan Hsieh
8207eb9802 - Update to 2.2.2
- Support STAGEDIR

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
2013-09-28 19:47:45 +00:00
Boris Samorodov
8504434714 . support staging; \
. use new LIB_DEPENDS syntax.
2013-09-28 19:46:53 +00:00
Antoine Brodin
a30e19e7a9 Convert to STAGEDIR
PR:		ports/182398
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-09-28 19:41:54 +00:00
Antoine Brodin
e7a111aa1e Convert to STAGEDIR
PR:		ports/182396
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-09-28 19:36:55 +00:00
Boris Samorodov
e5de9e5d45 . support staging;
. use pathfix instead a reinplace command.
2013-09-28 19:34:21 +00:00
Antoine Brodin
07109bd822 Convert to STAGEDIR
PR:		ports/182391
Submitted by:	Yasuhiro KIMURA
2013-09-28 19:16:18 +00:00
Antoine Brodin
f87c7f1461 Convert to STAGEDIR
PR:		ports/182390
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-09-28 19:09:26 +00:00
Antoine Brodin
e6012d5db8 Convert to STAGEDIR and PYTHON_PY3K_PLIST_HACK. 2013-09-28 18:54:58 +00:00
Koop Mast
7f7ca8b53e enable stage support 2013-09-28 18:52:35 +00:00
William Grzybowski
265bb6df18 www/zend-framework1: allow staging
- Allow staging
- Remove auto plist target
2013-09-28 17:44:11 +00:00
William Grzybowski
67d67d2edb www/py-beautifulsoup: use autoplist and 3k knob
- Use python auto plist
- Use python 3k knob
- Allow staging
2013-09-28 17:42:10 +00:00
William Grzybowski
43c7f9adf0 devel/pear-Symfony_Component_Console: update to 2.3.5
- Update to 2.3.5
2013-09-28 17:24:09 +00:00