[kde-freebsd] [SVN Commit] area51/PORTS

2012-09-26 Thread Alberto Villa
SVN commit 8652 by avilla:

- Use LOCAL/avilla in MASTER_SITES.



 M  +1 -2  sysutils/kcm-polkit-kde/Makefile  
 M  +1 -2  www/kwebkitpart/Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/KDE/devel

2012-09-26 Thread Alberto Villa
SVN commit 8653 by avilla:

- Leave empty folders for these removed ports; kdemerge needs them
  even if they were `svn mv`'d.



 A kdebindings4-perl-perlkde (directory)  
 D kdebindings4-perl-perlkde/Makefile  
 D kdebindings4-perl-perlkde/distinfo  
 D kdebindings4-perl-perlkde/pkg-descr  
 D kdebindings4-perl-perlkde/pkg-plist  
 A kdebindings4-perl-perlqt (directory)  
 D kdebindings4-perl-perlqt/Makefile  
 D kdebindings4-perl-perlqt/distinfo  
 D kdebindings4-perl-perlqt/files (directory)  
 D kdebindings4-perl-perlqt/pkg-descr  
 D kdebindings4-perl-perlqt/pkg-plist  
 A kdebindings4-python-krosspython (directory)  
 D kdebindings4-python-krosspython/Makefile  
 D kdebindings4-python-krosspython/distinfo  
 D kdebindings4-python-krosspython/pkg-descr  
 A kdebindings4-python-pykde4 (directory)  
 D kdebindings4-python-pykde4/Makefile  
 D kdebindings4-python-pykde4/distinfo  
 D kdebindings4-python-pykde4/files (directory)  
 D kdebindings4-python-pykde4/pkg-descr  
 D kdebindings4-python-pykde4/pkg-plist  
 A kdebindings4-python-pykdeuic4 (directory)  
 D kdebindings4-python-pykdeuic4/Makefile  
 D kdebindings4-python-pykdeuic4/files (directory)  
 D kdebindings4-python-pykdeuic4/pkg-descr  
 D kdebindings4-python-pykdeuic4/pkg-plist  
 A kdebindings4-ruby-korundum (directory)  
 D kdebindings4-ruby-korundum/Makefile  
 D kdebindings4-ruby-korundum/distinfo  
 D kdebindings4-ruby-korundum/pkg-descr  
 D kdebindings4-ruby-korundum/pkg-plist  
 A kdebindings4-ruby-krossruby (directory)  
 D kdebindings4-ruby-krossruby/Makefile  
 D kdebindings4-ruby-krossruby/distinfo  
 D kdebindings4-ruby-krossruby/pkg-descr  
 A kdebindings4-ruby-qtruby (directory)  
 D kdebindings4-ruby-qtruby/Makefile  
 D kdebindings4-ruby-qtruby/distinfo  
 D kdebindings4-ruby-qtruby/files (directory)  
 D kdebindings4-ruby-qtruby/pkg-descr  
 D kdebindings4-ruby-qtruby/pkg-plist  
 A kdebindings4-smoke-smokegen (directory)  
 D kdebindings4-smoke-smokegen/Makefile  
 D kdebindings4-smoke-smokegen/distinfo  
 D kdebindings4-smoke-smokegen/files (directory)  
 D kdebindings4-smoke-smokegen/pkg-descr  
 D kdebindings4-smoke-smokegen/pkg-plist  
 A kdebindings4-smoke-smokekde (directory)  
 D kdebindings4-smoke-smokekde/Makefile  
 D kdebindings4-smoke-smokekde/distinfo  
 D kdebindings4-smoke-smokekde/pkg-descr  
 D kdebindings4-smoke-smokekde/pkg-plist  
 A kdebindings4-smoke-smokeqt (directory)  
 D kdebindings4-smoke-smokeqt/Makefile  
 D kdebindings4-smoke-smokeqt/distinfo  
 D kdebindings4-smoke-smokeqt/files (directory)  
 D kdebindings4-smoke-smokeqt/pkg-descr  
 D kdebindings4-smoke-smokeqt/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/Tools/scripts

2012-09-26 Thread Alberto Villa
SVN commit 8654 by avilla:

- Make kdemerge and co. Subversion friendly.

There are mainly two differences with the CVS version:
* sparse checkouts are a lot slower;
* since Subversion allows for `svn cp` and `svn mv`, the -w option in
  kdemerge is now strongly suggested.

The -w option will drop you (developer) into a shell right before
merging area51 to the checked out ports tree (it only works along with
-c), to let you proceed with `svn cp` and `svn mv` wherever needed
(please, use them when possible, e.g., with renamed files and patches,
moved or duplicated ports, etc.). For instance:

$ kdemerge -ckmw /tmp
...
(you're dropped into a shell)
$ cd /tmp/ports/devel
$ svn mv kdebindings4-python-pykde4 py-pykde4
...
$ ^D
(the shell quits and kdemerge goes on)
...

Of course, when preparing a patch for an exp-run, `svn cp` and `svn mv`
should not be used, as the resulting patch would not apply on a tree
unless the same commands have been run; i.e., for en exp-run,
py-pykde4 will appear as a completely new port, instead of being the
renamed kdebindings4-python-pykde4.



 M  +97 -124   area51  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2012-09-26 Thread Alberto Villa
SVN commit 8655 by avilla:

- Bump PORTREVISION because of new (KDE SC 4.9's) dependencies.



 M  +2 -4  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/editors/kile-kde4

2012-09-26 Thread Alberto Villa
SVN commit 8656 by avilla:

- Sync with ports.
- Bump PORTREVISION, to force the update because of the removal of the
  stale patch.



 M  +8 -8  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS

2012-09-26 Thread Alberto Villa
SVN commit 8657 by avilla:

- Sync with ports.



 M  +1 -1  audio/audex/Makefile  
 M  +3 -4  deskutils/plasma-applet-daisy/Makefile  
 M  +2 -2  deskutils/plasma-applet-daisy/distinfo  
 D deskutils/plasma-applet-daisy/files (directory)  
 M  +1 -1  graphics/libpgf/Makefile  
 M  +2 -1  net-p2p/ktorrent/Makefile  
 A net-p2p/ktorrent/files/patch-ktorrent__core.cpp  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/CALLIGRA/editors/calligra

2012-09-26 Thread Alberto Villa
SVN commit 8658 by avilla:

- Bump PORTREVISION because of marble shlib bump in 4.9.



 M  +1 -0  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/Tools/scripts

2012-09-26 Thread Alberto Villa
SVN commit 8659 by avilla:

- Remove directories in reverse order.
- Add directories with --depth empty, to avoid warnings when adding
  files.



 M  +2 -2  area51  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/x11-toolkits/attica

2012-09-26 Thread Alberto Villa
SVN commit 8660 by avilla:

- Add dependency on qt4-qtestlib to fix build.



 M  +4 -6  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information