Commit graph

24869 commits

Author SHA1 Message Date
Martin Wilke
a7adc8b717 - Fix build on -current
- Add LICENSE
- Stage support

PR:		187762
Submitted by:	ports fury
2014-04-26 02:36:52 +00:00
Baptiste Daroussin
10e8d0e423 Support stage 2014-04-25 23:08:08 +00:00
Baptiste Daroussin
353b7ee41a Support stage 2014-04-25 23:03:46 +00:00
Baptiste Daroussin
c92a57b22a Support stage 2014-04-25 23:01:35 +00:00
Baptiste Daroussin
970c165d87 Bump portrevision forgotten previously 2014-04-25 22:56:07 +00:00
Baptiste Daroussin
0881217566 Support stage 2014-04-25 22:55:35 +00:00
Baptiste Daroussin
3054bf7154 Support stage
Switch to USES=libtool
2014-04-25 22:54:09 +00:00
Baptiste Daroussin
d4ec49ef6c Support stage 2014-04-25 22:52:11 +00:00
Baptiste Daroussin
d3629354f5 Support stage 2014-04-25 22:50:51 +00:00
Rusmir Dusko
85a9bb661e - Update to 1.3.12
- Strip library
2014-04-25 20:02:11 +00:00
Danilo Egea Gondolfo
e2c126c70f - Update from 1.8 to 1.8.1 2014-04-25 14:55:11 +00:00
Baptiste Daroussin
862e5bf88f Bump portrevision after changes in gstreamer-plugins master port
Fix gstreamer-plugins-bad after changes in the master port
2014-04-25 12:46:45 +00:00
Martin Wilke
8f11471618 - Update to 1.0.5
- Added LICENSE

PR:		188827
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-25 12:17:56 +00:00
Martin Wilke
972d102f53 - Update to 1.1.2
- Added LICENSE

PR:		188948
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-25 12:12:19 +00:00
Timur I. Bakeyev
4266097471 WANT_OPENLDAP_SASL seems conflicting with ldb and it's not confirmed yet(?)
that it's necessary.
2014-04-24 21:00:29 +00:00
Timur I. Bakeyev
c2970af8d9 WINBIND remained masked in the plist, which made it incomplete. 2014-04-24 20:33:34 +00:00
Roman Bogorodskiy
962489f56b Update to 14.2.0. 2014-04-24 18:28:29 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Dmitry Marakasov
52ccc10922 - Optionize 2014-04-24 15:11:01 +00:00
Dmitry Marakasov
cf0cc34961 - Unbreak on 10.x+ by using gcc
- Support staging
- Switch USE_GMAKE to USES
- Use mew LIB_DEPENDS syntax
- Optionize
2014-04-24 15:01:05 +00:00
Tijl Coosemans
ce5a9a5d44 Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +00:00
Mathieu Arnold
7ceac7c815 Fix build.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-23 13:33:49 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Antoine Brodin
86c6462fcb Fix for real
No bump needed as it didn't build

With hat:	portmgr
2014-04-22 23:00:01 +00:00
Carlo Strub
eb8a0128ea I'll take it. 2014-04-22 20:42:45 +00:00
Ruslan Makhmatkhanov
774cdf16a6 Return this port back to Yvan.
Reported by:	thierry
2014-04-22 19:32:02 +00:00
Olivier Duchateau
f55ae52e54 - Update to 1.8.2
- Use PYDISTUTILS_AUTOPLIST
2014-04-22 18:42:43 +00:00
Baptiste Daroussin
7751fb0ecc Fix build with clang/libc++
Fix regeneration of the configure [1]
While here switch to lua 5.2

Reported by:	mat [1]
2014-04-22 17:21:32 +00:00
Baptiste Daroussin
2056aea33d Allow packaging as a user (running ldconfig in the stage is completly useless) 2014-04-22 16:03:28 +00:00
Ryan Steinmetz
919225eb3c - Clean up *.orig files before build
- Bump PORTREVISION
2014-04-22 13:57:09 +00:00
Ruslan Makhmatkhanov
010cf885fc net/scapy: take maintainership 2014-04-22 08:08:28 +00:00
Mark Linimon
769f43b13e Reset vanhu@netasq.com: email bounces. 2014-04-22 02:55:43 +00:00
Ryan Steinmetz
edcee68f77 - Pull in fix for p5-Moose warnings
- Pacify portlint(1)
- Bump PORTREVISION
2014-04-22 01:28:18 +00:00
John Marino
77ce50732f net/ss5: Fix on clang, DragonFly, and support stage
I estimated it would take me 15 minutes to incorporate the PR, but boy
was I wrong.  After several HOURS I finally got this port staged,
building on FreeBSD 10+, DragonFly too, and fix accomplished the
intent of the PR (don't clobber conf files, less noisy).

Staging revealed the original port was installing undocumented files.
Clang was having issues with the "inline" directives and I could only
get it to build on clang by removing them (this doesn't mean the
functions won't be inlined, nor does the directive mean that it will.)

Anyway -- a gift.  I wouldn't have done this had I know how much work
it was going to be.  I also should have overwritten the install
target instead of patch the vendor Makefile, that would have been a
lot easier and faster.

PR:		ports/176676
Submitted by:	Lawrence Chen
Approved by:	maintainer (Raffaele DeLorenzo)
Other work by:	marino
MFH:		2014Q2
2014-04-21 18:14:29 +00:00
Johan van Selst
81ba0cd2d9 Update to OAuth lib 1.0.3 2014-04-21 13:26:52 +00:00
Timur I. Bakeyev
4db88e3e73 Convert(?) net/samba36 to STAGEDIR 2014-04-21 11:18:35 +00:00
Olli Hauer
be59e9da7a - fix build on FreeBSD <= 10
- add stage support

PR:		186559 [1]
PR:		183444
Submitted by:	ohauer [1]
Approved by:	maintainer-timeout
2014-04-21 08:09:57 +00:00
Bryan Drewery
23a1cad535 - Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
  incorrectly advise in the check-stagedir.sh script, fixed in
  r351587

With hat:	portmgr
2014-04-21 01:14:53 +00:00
Timur I. Bakeyev
d38144f7f9 Extra STAGEDIR in post-install stage. 2014-04-21 00:37:33 +00:00
Timur I. Bakeyev
e0582b0a56 Update Samba4 to the newer version. Sync Makefile and structure with Samba41. 2014-04-20 23:53:54 +00:00
Timur I. Bakeyev
e58cdfad20 New version 4.1.7 of Samba4.1 port. 2014-04-20 23:51:40 +00:00
Joe Marcus Clarke
fefad75e53 Switch to using an exists() check on netatalk/ddp.h.
Suggested by:	danfe
2014-04-20 21:41:41 +00:00
Joe Marcus Clarke
6e2e717c0a Convert to new LIB_DEPENDS format. 2014-04-19 19:17:50 +00:00
Joe Marcus Clarke
08329c95e6 * Convert to STAGE
* Only enable AppleTalk support on versions of FreeBSD that support it [1]

PR:		187726
2014-04-19 19:07:41 +00:00
Pawel Pekala
8c3b86b61f Update to version 5.1.0 2014-04-19 10:26:58 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Diane Bruce
6260a8a4fe aprsc (pronounced a-purrs-c) is a plain APRS-IS server intended to be used
on the core and Tier2 APRS-IS servers. It is written in the C language,
and it runs on Linux and Unix servers.

If you need igate or other radio-interfacing features, aprsc is not for you.

- toyo
toyokun@gmail.com

WWW: http://he.fi/aprsc

PR:		ports/188539
Submitted by:	toyokun@gmail.com
2014-04-18 00:19:41 +00:00
William Grzybowski
7af21e5487 net/py-kombu: update to 3.0.15 2014-04-17 21:50:54 +00:00
William Grzybowski
c8529b78a0 net/py-amqp: update to 1.4.5 2014-04-17 21:36:28 +00:00
Emanuel Haupt
24a0a79c61 - Support staging
- Strip binary
2014-04-17 13:37:39 +00:00
Emanuel Haupt
c853fbecde Stage 2014-04-17 13:23:44 +00:00
John Marino
2cff873180 net/py-yadis: mark BROKEN, fails checksum
PR:		ports/188216
status:		timed out
2014-04-17 13:13:11 +00:00
Emanuel Haupt
b30f8fd62f Stage 2014-04-17 12:31:13 +00:00
Steve Wills
6f23d97037 - Update to 3.0.19 [2]
- Pass libtrace_doxygen=false to configure script to avoid extra docs in case
  doxygen is installed [1]

PR:		ports/175888 [1]
PR:		ports/188065 [2]
Submitted by:	pclin [1]
Submitted by:	swills (myself) [2]
Approved by:	maintainer timeout (matt@peterson.org, >14 months)
Approved by:	maintainer timeout (matt@peterson.org, >2 weeks)
2014-04-17 03:03:07 +00:00
Cy Schubert
7e0f2d4476 Update 4.2.7p433 --> 4.2.7p440 2014-04-16 19:28:29 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Pietro Cerutti
97da382200 - Fix build
Reported by:	pkg-fallout
2014-04-15 11:57:16 +00:00
Renato Botelho
938288f8ba . Update to 1.25.28
. Fix LICENSE
. Strip libraries
2014-04-15 10:54:30 +00:00
Alexander V. Chernikov
e5251e8f7f Update to 1.4.3 (IPv6 BGP bugfix).
Approved by:	az (implicit)
2014-04-14 21:35:27 +00:00
Emanuel Haupt
7320e7b3eb - Turn file system flags support patch option on by default. FreeBSD has had
flags since the very beginning, and they are actively used in the base
  system. A standard install includes 27 files and one directory with the schg
  flag set. Thus, rsync, out of the box, is incapable of making or restoring
  an accurate backup of a FreeBSD system.

- Move configuration directory from %%PREFIX%%/etc to %%ETCDIR%% and provide
  a start_precmd() rc.d function to migrate %%PREFIX%%/etc/rsyncd.conf to
  %%ETCDIR%%/rsyncd.conf if found and create a symlink. The reason behind this
  change is that rsyncd in a typical setup will end up with more than one
  configuration file (eg. rsyncd.secrets).

- Use new @sample pkg-plist macro

- Bump PORTREVISION

Discussed with: des
2014-04-14 17:20:17 +00:00
Tijl Coosemans
c528884aa7 Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),
r350957 (glade3).

gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2.
2014-04-14 10:30:30 +00:00
Greg Lewis
96ed93ea9b . Update 1.4.22. 2014-04-13 23:56:35 +00:00
Rene Ladan
bac6e092c4 Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
2014-04-13 10:55:38 +00:00
Rodrigo Osorio
2e164d6c9f - upgrade turnserver from 3.2.1.4 to 3.2.2.5
- fix staging

PR:		ports/186384
Submitted by:	Oleg Moskalenko <mom040267@gmail.com> (maintainer)
Approved by:	bapt (mentor)
2014-04-13 08:13:12 +00:00
Ryan Steinmetz
89f1434cda - Don't force use of gcc 2014-04-13 05:16:04 +00:00
Steve Wills
37bed79b31 - Update to 1.5
- Add LICENSE

PR:		ports/188341
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-13 01:52:21 +00:00
Danilo Egea Gondolfo
ab99f472fa - Update from 1.7.3 to 1.7.5
- Convert USE_BZIP2 to USES
2014-04-13 00:19:47 +00:00
Danilo Egea Gondolfo
d8b73185d6 - Update openmpi from 1.6.5 to 1.8 (new stable version)
- Convert USE_BZIP2 to USES
2014-04-13 00:17:45 +00:00
Antoine Brodin
c5e857d4b8 Fix make patch, some patches were applied twice
Reported by:	pkg-fallout
2014-04-12 21:54:53 +00:00
Frederic Culot
ec0b57ecc2 - Update to 1.11
Changes:	http://search.cpan.org/dist/Net-Frame/Changes
2014-04-12 07:56:55 +00:00
Emanuel Haupt
ffa656226c - Support staging
- Use proper INSTALL_* macros instead of CP
- Respect CC and therefore fix build with clang
- Respect CFLAGS
2014-04-11 21:54:45 +00:00
Emanuel Haupt
1a27e78d1f - Support staging
- Define EXAMPLES option
- Define DOCS option
2014-04-11 21:33:48 +00:00
Baptiste Daroussin
db35c64787 Support stage 2014-04-11 17:20:08 +00:00
Koop Mast
6c54a79f29 Add USES=pathfix to fix packaging, this was accidently removed in the
previous commit.
While here stagify and switch to USES=libtool
2014-04-11 15:17:43 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
2014-04-11 13:20:44 +00:00
Baptiste Daroussin
2c8c6c8970 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-11 12:42:45 +00:00
Frederic Culot
d12c29cb96 - Take Denis Pokataev's Perl ports maintainership
Approved by:	Denis Pokataev <catone@cpan.org> (maintainer, via email)
2014-04-11 04:49:30 +00:00
Xin LI
f6d8b1ccd4 Require BDB >= 4.4.
Submitted by:	des
2014-04-11 01:29:46 +00:00
Bryan Drewery
b8dcfe86a0 - Ignore 0.95 for portscout, 0.95a was the last. 2014-04-11 01:02:03 +00:00
Bryan Drewery
0829a684e1 - Support stage
- Convert to optionsng
2014-04-10 02:30:10 +00:00
Bryan Drewery
6ba19179f0 - Take maintainership
- Stage
- Convert to OPTION Helpers
- Fix warning in 'make patch'
2014-04-10 00:04:04 +00:00
Bryan Drewery
21c7fb7aa5 - Take maintainership
- Stage
- Add LICENSE=GPLv2 [1]
- Update to git version from 2013 which fixes:
  * ignore IPv4/IPv6 address hints when option -H is present.
  * fix an error in the "hints" handling of the host resolver which confused
    local/source and remote hint (AF_INET/AF_INET6).
2014-04-10 00:03:48 +00:00
Frederic Culot
96b6497683 - Update to 1.37
- Sort and add missing dependencies
- Add LICENSE (Artistic 1 & GPL 1)
- Add WWW link
- Fix typo in COMMENT

Changes:	http://search.cpan.org/dist/Net-SSH-Perl/Changes
2014-04-09 16:28:21 +00:00
Ryan Steinmetz
f7dd71b1f4 - Update to 1.6.7
Submitted by:	bjk@ (maintainer)
Security:	c0c31b27-bff3-11e3-9d09-000c2980a9f3
2014-04-09 14:38:27 +00:00
Koop Mast
673d28043a Stageify, USES=tar:bzip2 libtool and desktop-file-utils.
Use new LIB_DEPENDS syntax, and strip.
2014-04-09 13:54:36 +00:00
Ryan Steinmetz
77c5c6c84e - Mark ruby support as broken, per FreeRADIUS authors 2014-04-09 12:35:20 +00:00
Alexey Dokuchaev
8e00dc6188 Some minor, non-functional wording and grammar nits. 2014-04-09 09:01:41 +00:00
Bryan Drewery
9a561d802e - Support stage
- Switch CONFLICTS to CONFLICTS_INSTALL
- Use USES=tar
- Use HOME=/dev/null during build to fix /root/.rnd leftover

PR:		ports/188091
Submitted by:	ohauer
Approved by:	zi (maintainer)
2014-04-09 03:48:59 +00:00
Bryan Drewery
5b87faff24 - Support stage
- Switch CONFLICTS to CONFLICTS_INSTALL
- Use USES=tar

PR:		ports/188090
Submitted by:	ohauer
Approved by:	zi (maintainer)
2014-04-09 03:22:57 +00:00
Ryan Steinmetz
fce33a9f88 - Fix build
- Bump PORTREVISION

PR:		ports/188370
Submitted by:	Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Approved by:	portmgr (bdrewery)
2014-04-09 02:19:06 +00:00
Alexey Dokuchaev
c7d659d4f8 Add a port of system clock synchronization client and server (chrony).
WWW: http://chrony.tuxfamily.org/

PR:	ports/174263
2014-04-08 17:06:58 +00:00
Baptiste Daroussin
7f29068867 Use unicode version of wx 2.8 2014-04-08 15:39:47 +00:00
Emanuel Haupt
59b04dbc3c - Support staging
- Define DOCS option
2014-04-08 07:15:52 +00:00
Nicola Vitale
c7216c95de Command line interface for testing internet bandwidth using speedtest.net
WWW: https://github.com/sivel/speedtest-cli
2014-04-08 03:09:01 +00:00
Nicola Vitale
1622664a6d - Update to 5.1.3
- Add missing LICENSE
- Add a note to pkg-message about a possible failure at the start
  of the program related to DBUS
2014-04-08 00:36:29 +00:00
Sunpoet Po-Chuan Hsieh
e53769cac2 - Update to 4.1.0
- While I'm here:
  - Remove deprecated PTHREAD_*
  - Strip shared library

Changes:	http://git.savannah.gnu.org/cgit/osip.git/tree/ChangeLog
PR:		188107
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-04-06 05:47:50 +00:00
Sunpoet Po-Chuan Hsieh
ff455ea74a - Update to 2.15
Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2014-04-06 05:46:37 +00:00
Wen Heping
38fbca318a - Mark DEPRECATED
PR:		188126
Submitted by:	rene@
Approved by:	portmgr(antoine)
2014-04-06 00:34:35 +00:00
Ruslan Makhmatkhanov
cb0e5a80c5 - remove SASL from default options - it was added for testing 2014-04-05 20:57:38 +00:00
Ruslan Makhmatkhanov
ef7b6a0b25 net/py-ldap2: update to 2.4.15
- update to 2.4.15
- add some non-functional whitespace changes
2014-04-05 20:54:52 +00:00