1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

367038 Commits

Author SHA1 Message Date
Dmitry Marakasov
c71d2c0252 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:23:28 +00:00
Dmitry Marakasov
9d61975a87 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:22:41 +00:00
Dmitry Marakasov
251ad9c928 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:22:34 +00:00
Dmitry Marakasov
a99e9177e1 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:22:21 +00:00
Dmitry Marakasov
fec49b078b - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:22:15 +00:00
Dmitry Marakasov
3c58047834 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:22:06 +00:00
Dmitry Marakasov
df72cf2af7 - Pass environment through scons to allow build with ccache
PR:		200051
Submitted by:	amdmi3
Approved by:	maintainer timeout (wg, 2 weeks)
2015-05-22 10:18:59 +00:00
Dmitry Marakasov
d5339139cd - Update to 3.3.6
- Drop V8 and PYTHON options, they have no functionality (see src/osgPlugins/CMakeLists.txt)
2015-05-22 10:18:31 +00:00
Dmitry Marakasov
0ab404510d - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:17:27 +00:00
Dmitry Marakasov
32330b24dc - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:17:18 +00:00
Dmitry Marakasov
9fe85bf80d - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:17:00 +00:00
Dmitry Marakasov
a2fd852768 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:16:49 +00:00
Dmitry Marakasov
c6a03475a8 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:16:36 +00:00
Dmitry Marakasov
87bf9b82e1 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:16:29 +00:00
Dmitry Marakasov
d56238fcca - Add empty directory to plist
- Add LICENSE_FILE

Approved by:	portmgr blanket
2015-05-22 10:16:08 +00:00
Dmitry Marakasov
9ab92ef9e0 - Fix shebangs
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:15:58 +00:00
Dmitry Marakasov
c28c269433 - Fix shebangs
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-22 10:15:50 +00:00
Muhammad Moinur Rahman
6e938ac1ff devel/p5-Test-Expect: Update version 0.32=>0.33
- Mark NO_ARCH
2015-05-22 10:00:24 +00:00
Muhammad Moinur Rahman
22c7c2b585 databases/p5-Dancer-Plugin-DBIC: Update version 0.2101=>0.2102
- Add NO_ARCH
2015-05-22 09:34:57 +00:00
Gleb Smirnoff
c12a08e67d Provide patch from future version to fix yournavigation.org API.
PR:		200366
Approved by:	Craig Whipp <crwhipp gmail.com> (maintainer)
2015-05-22 08:41:09 +00:00
Gerald Pfeifer
b1769550df Update to the 20150519 snapshot of GCC 5. 2015-05-22 08:40:36 +00:00
Gerald Pfeifer
96cf46cb14 Update to the 20150517 snapshot of GCC 6. 2015-05-22 08:39:57 +00:00
Hajimu UMEMOTO
45544093fe Update to 2.5.3. 2015-05-22 08:26:37 +00:00
Jan Beich
2cfe0edd6e audio/xcdplayer: oops, svn:keywords vs. fbsd:nokeywords 2015-05-22 07:30:50 +00:00
Jan Beich
c8012bf2bb audio/xcdplayer: consistently use and expand keywords in patches 2015-05-22 07:28:13 +00:00
Jan Beich
300981f7ee audio/xcdplayer: unbreak on 11.0C and DragonFly
In file included from cdrom_freebsd.c:28:
/usr/include/sys/buf.h:129:30: error: unknown type name 'vm_page_t'
                        void    (*pg_iodone)(void *, vm_page_t *, int, int);
                                                     ^

cdrom_callb.c:59:6: error: 'cdi' undeclared (first use in this function)
  if (cdi.state & CDROM_STATE_EJECTED) {
      ^
cdrom_callb.c:59:18: error: 'CDROM_STATE_EJECTED' undeclared (first use in this function)
  if (cdi.state & CDROM_STATE_EJECTED) {
                  ^
button_setup.c:583:16: error: 'NODISCSTR' undeclared (first use in this function)
   disc_title = NODISCSTR;
                ^

Reported by:	pkg-fallout, DPorts
Obtained from:	https://github.com/jsonn/pkgsrc/commit/4afb403 (modified)
Tested by:	md5
2015-05-22 07:21:04 +00:00
Fukang Chen
23d4bfdb6a Add new port devel/py-pytest-timeout
PR:             200145
Submitted by:   loader@
Approved by:    koobs@
2015-05-22 07:15:56 +00:00
Xin LI
4d6a5b28b4 Use new DES_ methods instead of the long deprecated des_ methods.
PR:		198366
Submitted by:	Bernard Spil <spil.oss gmail com>
2015-05-22 07:10:00 +00:00
Xin LI
dd5bb00341 Pass full path to the vuln.xml file to extra-validation.py. Without this,
if .OBJDIR differs from .CURDIR, the validation would fail.

PR:		193923
Reported by:	jbeich
2015-05-22 07:04:28 +00:00
Muhammad Moinur Rahman
593868eac6 devel/gsoap: Update version 2.8.21=>2.8.22
- Change patch files to 'make makepatch' standard
2015-05-22 06:17:29 +00:00
Johannes Jost Meixner
b27db3ccaa math/py-statsmodels: switch to GitHub, clean up stuff
- switch upstream to GitHub
- as there is no new release available, bump PORTREVISION
- remove Sphinx build from docs option, due to recursive imports.
2015-05-22 04:37:41 +00:00
Olivier Duchateau
ab78f3c806 - Update to 1.6.9
- Add patches, which fixes trash at startup [1]

Obtained from:	https://bugzilla.xfce.org/show_bug.cgi?id=11913 [1]
2015-05-22 04:29:41 +00:00
Bryan Drewery
454e14df24 - Update to 5.0.1
- Release maintainership
2015-05-21 22:44:50 +00:00
Sunpoet Po-Chuan Hsieh
06b2dd970c - Update to 1.5.0
- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/ruby-amqp/amqp/blob/master/ChangeLog.md
2015-05-21 21:26:30 +00:00
Sunpoet Po-Chuan Hsieh
c1693cbffa - Update to 1.0.4
- Add LICENSE
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/ruby-amqp/amq-client/commits/master
2015-05-21 21:26:25 +00:00
Sunpoet Po-Chuan Hsieh
afa0241964 - Mark DEPRECATED and set EXPIRATION_DATE to 2015-06-30 2015-05-21 21:26:21 +00:00
Sunpoet Po-Chuan Hsieh
171c0686ce - Update to 1.9.2
- Add LICENSE
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/ruby-amqp/amq-protocol/blob/master/ChangeLog.md
2015-05-21 21:26:16 +00:00
Sunpoet Po-Chuan Hsieh
028624c102 - Add LICENSE
- Sort RUN_DEPENDS
- Remove contiguous blank lines
2015-05-21 21:26:12 +00:00
Sunpoet Po-Chuan Hsieh
1344651a90 - Add LICENSE
- Fix gemspec
- Reformat pkg-descr
- Bump PORTREVISION for package change
- Take maintainership
2015-05-21 21:26:07 +00:00
Sunpoet Po-Chuan Hsieh
aab59cfd0d - Update WWW 2015-05-21 21:26:02 +00:00
Sunpoet Po-Chuan Hsieh
49e0ed3ef2 - Update to 3.4.1
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/intridea/hashie/blob/master/CHANGELOG.md
2015-05-21 21:25:57 +00:00
Sunpoet Po-Chuan Hsieh
63c4018b4f - Add lua-bitop 1.0.2
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise operations
on numbers.

WWW: http://bitop.luajit.org/
2015-05-21 21:25:51 +00:00
Sunpoet Po-Chuan Hsieh
af01b29633 - Add lua-json 1.3.3
LuaJSON is a JSON parser/creator for Lua.

WWW: http://www.eharning.us/wiki/luajson/
2015-05-21 21:25:44 +00:00
Sunpoet Po-Chuan Hsieh
1aa2ddbaca - Update to 5.90092
Changes:	http://search.cpan.org/dist/Catalyst-Runtime/Changes
2015-05-21 21:25:39 +00:00
Sunpoet Po-Chuan Hsieh
b05c33bec5 - Update to 0.79
Changes:	http://search.cpan.org/dist/Module-Signature/Changes
2015-05-21 21:25:35 +00:00
Sunpoet Po-Chuan Hsieh
d3569582c2 - Update to 1.45
Changes:	http://search.cpan.org/dist/DBIx-XHTML_Table/Changes
2015-05-21 21:25:30 +00:00
Sunpoet Po-Chuan Hsieh
60aad92ae5 - Update to 0.22
Changes:	http://search.cpan.org/dist/Compress-LZ4/Changes
2015-05-21 21:25:26 +00:00
Sunpoet Po-Chuan Hsieh
21ce627c2a - Update to 2.051
Changes:	http://search.cpan.org/dist/Config-Model-Tester/Changes
2015-05-21 21:25:21 +00:00
Sunpoet Po-Chuan Hsieh
7c1cd01b6d - Update to 1.2.21
- Use PORTDATA

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.21
2015-05-21 21:25:16 +00:00
Sunpoet Po-Chuan Hsieh
6cca890a12 - Update to 1.2.21
Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.21
2015-05-21 21:25:11 +00:00