Koop Mast
7e59e64187
Add PORTSCOUT macro's to prevent from picking up development versions.
2013-06-11 09:14:26 +00:00
Sofian Brabez
ccafe0f4af
- Add dependency on pkgconfig
...
Reported by: mat
2013-06-11 08:50:20 +00:00
Tilman Keskinoz
3279c626da
Add patch to fix compilation with clang
2013-06-11 08:42:15 +00:00
Matthias Andree
55cd3804fa
Add Oracle Berkeley DB 6.0.
...
Simplify installation over previous versions.
License change to Affero GNU General Public License v3 (AGPL v3).
Announcement: https://oss.oracle.com/pipermail/bdb/2013-June/000056.html
ChangeLog: http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html
2013-06-11 08:15:22 +00:00
Alex Kozlov
f5fe5190d3
- Remove custom option descriptions
...
- Remove USE_GNOME=desktopfileutils because port's desktop file
doesn't contain MimeType
Approved by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2013-06-11 07:45:34 +00:00
Boris Samorodov
ead15927af
Remove trailng spaces -- fix mtree at 10.x (pkgng is more strict here).
2013-06-11 07:21:25 +00:00
Akinori MUSHA
0a1a3defb8
Update to 0.6.38 and create a missing RUBY_ELISPDIR.
2013-06-11 07:11:27 +00:00
Akinori MUSHA
2c63da8239
Update to 0.6.38.
2013-06-11 07:09:39 +00:00
Lars Thegler
3fdb8b90e1
- update to 0.02
2013-06-11 07:02:22 +00:00
Martin Matuska
1f7fceb34c
Update WWW address in pkg-descr
...
PR: ports/176577
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
2013-06-11 06:49:16 +00:00
Lars Thegler
40754db6e7
- update to 0.9034
2013-06-11 06:44:39 +00:00
Lars Thegler
fd84fbe112
- update to 4.8
2013-06-11 06:38:21 +00:00
Jason Helfman
7e46922bdf
- update to 2.1.0
...
- standardize installations in favor of copy
Changes: http://f1lt.pl/index.php?id=5
2013-06-11 05:54:53 +00:00
Dirk Meyer
c1ad24bc7b
- fix negative int bug
...
- take maintainership
PR: 169283
Submitted by: dinoex
Approved by: flz
Obtained from: http://sourceforge.net/tracker/?func=detail&aid=3159066&group_id=202532&atid=981959
2013-06-11 04:44:18 +00:00
Munechika SUMIKAWA
e8db110761
- Remove unnecesary patch
...
- Fix @exec/@unexec on pkg-plist
2013-06-11 03:42:47 +00:00
Jun Kuriyama
9e7a282ae0
- Update to r250249.
...
- Backport fix for if_vtnet with qemu-1.5.0 (kern/178955).
2013-06-11 03:37:01 +00:00
Martin Wilke
138089f921
- Fix build
...
- Trim header
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 03:14:19 +00:00
Martin Wilke
7d02fe9278
- Fix Build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 03:14:03 +00:00
Martin Wilke
61a28b72d7
Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 03:13:46 +00:00
Martin Wilke
9bb133be44
- Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 03:13:35 +00:00
Martin Wilke
4062b805f3
- Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 02:18:35 +00:00
Martin Wilke
d618e85ed1
Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 02:18:24 +00:00
Martin Wilke
cdc3589d71
- Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 02:18:11 +00:00
Martin Wilke
7d893f9b7c
- Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 02:18:01 +00:00
Thomas Abthorpe
48104d969a
- Update to 1.0
...
PR: ports/177714
Submitted by: Jason Bacon <jwbacon tds.net> (maintainer)
2013-06-11 02:14:25 +00:00
Sofian Brabez
693f63157c
- Mark DEPRECATED by security/py-cracklib after r320515 commit
2013-06-11 01:24:17 +00:00
Martin Wilke
214199b680
- Fix pkgconfig
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 01:06:48 +00:00
Martin Wilke
260502fad6
- Unbreak build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 01:06:05 +00:00
Sofian Brabez
1d44350a1f
- Update to 2.9.0
...
- Update pkg-descr
- Update WWW
- Remove PYTHON OPTION in security/cracklib and made security/py-cracklib a python slave port
Reviewed by: crees
Approved by: sbz (myself)
2013-06-11 00:52:47 +00:00
Munechika SUMIKAWA
4125a01132
Upgrade to 0.19.
2013-06-11 00:39:03 +00:00
Martin Wilke
337299f055
- Trim header
2013-06-11 00:36:43 +00:00
Matthias Andree
aca614c519
+ Fix fallout from optionsNG conversion (discussed with bapt@):
...
- MUTT_FLOCK vs. CONFIGURE_ARGS logic was inverted.
- MUTT_ICONV was mistyped as MITT_ICONV so that the check was defective.
+ While here, make SLANG/NCURSES a radio group for clarity
(these two options are optional and mutually exclusive).
+ Add a patch to send the proper length in an IMAP APPEND command;
a size_t argument was printed with %d, which failed where
sizeof(int) != sizeof(size_t), i. e. on 64-bit systems,
or when the value was in ]INT_MAX; UINT_MAX] (2^31 or beyond).
We now use %lu and cast the argument to unsigned long.
Bump PORTREVISION.
+ Shorten COMMENT to avoid its truncation in pkg_info output.
2013-06-11 00:19:18 +00:00
Martin Wilke
cb6834209c
- Unbreak build on HEAD
2013-06-11 00:13:12 +00:00
Matthias Andree
b68d6da8d8
Update to new upstream version 1.11.9.
...
ChangeLog: http://www.leafnode.org/NEWS.txt
2013-06-10 23:58:25 +00:00
William Grzybowski
76d49ef599
librest is a library that was designed to make it easier to access RESTful
...
web services.
It comprises of two parts: the first aims to make it easier to make requests
by providing a wrapper around libsoup, the second aids with XML parsing by
wrapping libxml2.
WWW: https://live.gnome.org/Librest
PR: ports/178013
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by: culot (mentor)
2013-06-10 22:47:21 +00:00
Baptiste Daroussin
9645ade55f
Add NO_LATEST_LINK in case of pkg-devel being the default pkg
2013-06-10 22:40:06 +00:00
Baptiste Daroussin
2d96e25196
Fix LATEST_LINK without pkgng
2013-06-10 22:39:27 +00:00
Jason Helfman
2060ac07ca
- update to 3.8.2
2013-06-10 22:04:00 +00:00
Guido Falsi
eb7f6a9419
Update to 2.4.13
...
Approved by: kwm (gnome)
2013-06-10 20:53:54 +00:00
Gerald Pfeifer
67d5961915
Update to the 20130609 snapshot of GCC 4.9.0.
...
This addresses the libitm/ build issue via an upstream of mine,
so we can remove the local patch.
2013-06-10 19:44:48 +00:00
Ryan Steinmetz
05103b3de3
- Update to 3.1.11
2013-06-10 19:19:02 +00:00
Ashish SHUKLA
10028444fc
- Add dependency on pkgconfig to fix the failing build on 10-CURRENT
...
Reported by: miwi
2013-06-10 18:48:34 +00:00
Grzegorz Blach
fcb82eb67e
- Update to 2.8
...
Approved by: tabthorpe (mentor)
2013-06-10 18:34:37 +00:00
Mathieu Arnold
ccece7461e
Update to 1.2200.
2013-06-10 18:02:16 +00:00
Mathieu Arnold
77413e802a
Update to 0.97.
2013-06-10 17:42:37 +00:00
Mathieu Arnold
0c5c69e6ba
Update to 1.89.8.
2013-06-10 17:35:58 +00:00
Mathieu Arnold
e8ffabafab
Update to 0.60.
...
make portlint happy.
2013-06-10 17:34:38 +00:00
Mathieu Arnold
3e0737ab69
Update to 1.0107.
2013-06-10 17:26:37 +00:00
Mathieu Arnold
6b7e09c388
Update to 0.33.
...
Make portlint happy.
2013-06-10 17:13:56 +00:00
Mathieu Arnold
f29c8bc5a7
Update to 1.020.
2013-06-10 17:12:21 +00:00