1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
Commit Graph

80 Commits

Author SHA1 Message Date
Olivier Duchateau
a4c0150354 - Update to 1.6.10 (bugfix)
- Remove unneeded patches
2015-05-23 04:42:03 +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
Olivier Duchateau
00f8846df9 - Fix Trash panel plugin (PLUG_TPA), now receives good signal during monitoring
trash folder
- Bump PORTREVISION

Obtained from:	Upstream git repo
2015-05-13 17:18:06 +00:00
Olivier Duchateau
025a69d21b - Update to 1.6.8 (bugfix)
- Remove unneeded patches
- Remove STARTUP option

Changelog: http://git.xfce.org/xfce/thunar/tree/NEWS?id=thunar-1.6.8
2015-05-05 19:44:44 +00:00
Olivier Duchateau
a532f5c9cf - Fix an infinite loop (and sometimes crash), when manual reload is performed
- Bump PORTREVISION

PR:		199827
Reported by:	<rozhuk.im@gmail.com>
Obtained from:	Upstream Git repository
2015-05-01 14:57:58 +00:00
Olivier Duchateau
cf65963a1e Update to 1.6.7 (bugfix) 2015-04-20 17:29:58 +00:00
Olivier Duchateau
d8aa4404f4 - Add workaround for missing 'inode/directory' content-type icon (removed in
Adwaita icons theme)
- Bump PORTREVISION

Mime-type is fixed in master branch of shared-mime-info (> 1.4)

Obtained from:	Xfce dev repo
2015-03-27 15:32:47 +00:00
Olivier Duchateau
e4f93844ec - Remove GVFS option
- devel/gvfs is necessary for Trash panel plugin (PLUG_TPA option)
- Bump PORTREVISION
2015-03-08 17:44:52 +00:00
Olivier Duchateau
86e4cb7cb0 The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600

Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)

Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0

PR:		196003 [1], 197251 [2], 198132
Differential Revision:	https://reviews.freebsd.org/D677
Submitted by:	Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by:	antoine@
Approved by:	danilo@ (maintainer) [3]
Tested by:	Ivan <enitarzi@gmail.com>
2015-03-05 22:52:30 +00:00
Olivier Duchateau
bb5eed1365 - Add patches, which fix various menu icons
- Bump PORTREVISION

Obtained from:	Upstream repository
2015-01-09 22:13:34 +00:00
Olivier Duchateau
961770db55 - Update to 1.6.4
- Remove unneeded patches
- Drop DOCS option (it was only for developers, not end-users)
- Update WWW

Wallpaper plugin is now unset by default, because it contains new settings only
available with xfdesktop >= 4.11

ChangeLog: http://git.xfce.org/xfce/thunar/tree/NEWS?id=thunar-1.6.4
2015-01-04 22:02:17 +00:00
Olivier Duchateau
9471176d7e - Gnome is default icons theme [1]
Not switched to Adwaita, because Thunar and some Xfce's widgets still use
stock item (deprecated since GTK 3.10, and not available in
x11-themes/adwaita-icon-theme)
- Add support of GTK3 bookmarks files [2]
- Bump PORTREVISION

PR:		183690 [1]
Requested by:	Rostislav Krasny
Obtained from:	Xfce upstream repository [2]
2015-01-03 17:57:55 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Olivier Duchateau
9a0a350b06 - Switch to USES= libtool
- Add LICENSE*
- Remove DBUS option, now dbus-glib is in LIB_DEPENDS
- Bump PORTREVISION
2014-06-26 16:29:23 +00:00
Martin Wilke
684a024ea7 - Convert BZIP2 to USES 2014-06-02 07:51:44 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Olivier Duchateau
12dac60056 - Bump PORTREVISION after update of deskutils/xfce4-tumbler 2014-02-23 12:45:05 +00:00
Olivier Duchateau
263a2c9319 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
2013-10-14 20:07:52 +00:00
Baptiste Daroussin
f0d1c93f67 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fm) 2013-09-20 23:49:39 +00:00
Baptiste Daroussin
926c80457b Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-16 17:07:26 +00:00
Olivier Duchateau
1c5e256b0f - Update to 1.6.3
- Finish to convert USES
- Remove unneeded patch
2013-05-08 15:14:25 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Po-Chien Lin
98d451887b - graphics/libexif:
* Update to 0.6.21
  * Add LICENSE
  * Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here

PR:		ports/175910
Approved by:	swills (mentor)
Security:	d881d254-70c6-11e2-862d-080027a5ec9a
2013-03-14 08:17:39 +00:00
Olivier Duchateau
99db17a9dd - Drop support for GLib 2.28
Approved by:	rene, miwi (mentors, implicit)
2013-03-09 11:12:54 +00:00
Olivier Duchateau
3c36d5c572 Bump PORTREVISION for tumbler-related port
Approved by:	rene, miwi (mentors, implicit)
2013-01-14 21:28:24 +00:00
Olivier Duchateau
b75250b0f8 Fix terminal icon with x11/xfce4-terminal
Approved by:	rene, miwi (mentors, implicit)
2013-01-06 16:33:18 +00:00
Olivier Duchateau
f316d9e31d - Update to 1.6.2
Approved by:	rene, miwi (mentors, implicit)
2012-12-30 16:47:18 +00:00
Olivier Duchateau
1727e106ea Bump PORTREVISION for libexo-related ports
Approved by:	rene, miwi (mentors, implicit)
2012-12-30 16:19:08 +00:00
Olivier Duchateau
b73de2c968 Replace OPTIONS_MULTI by OPTIONS_GROUP (mentioned in commit log #r308921)
Approved by:	rene, miwi (mentors, implicit)
2012-12-14 20:31:19 +00:00
Olivier Duchateau
52f01bb4d8 - Update to 1.6.1
- Sort options
- Use OPTIONS_GROUP for plugins, PLUG_*
- Remove ABI version numbers from LIB_DEPENDS
- Add patches for GLib 2.28

Approved by:	rene, miwi (mentors, implicit)
2012-12-14 18:53:31 +00:00
Olivier Duchateau
689aa573d8 Bump PORTREVISION for tumbler-related port
While here,
- Trim header
- Use USE_PKGCONFIG

Approved by:	rene, miwi (mentors, implicit)
2012-12-14 18:20:47 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Rene Ladan
372c39d627 - Make sure the NOTIFY option shows up in the options dialog. [1]
- Bump PORTREVISION

Submitted by:	Norbert Augenstein [lists augenstein.net]
2012-09-11 06:44:54 +00:00
Doug Barton
2d813955d0 Fix minor typo that prevented 2 options descriptions from appearing 2012-06-10 00:03:09 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
3fe8476612 - Remove duplicate bsd.port.options.mk entry 2012-05-30 16:55:36 +00:00
Martin Wilke
4b68fc723b - Convert complete XFCE to new options framework
While here some extra work:

- Remove 6.X gruft
- Correct NOPORTDOCS
- Pet portlint
- Whitespaces fixes

Reviewed by:	beat, bapt (thx!)
2012-05-30 16:49:12 +00:00
Martin Wilke
1df39a5fb1 - Welcome XFCE 4.10 to the portstree!
Special Thanks to:      rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by:	 	Olivier Duchateau <duchateau.olivier@gmail.com>

Tested by:	phw
2012-05-25 16:51:40 +00:00
Emanuel Haupt
694062d350 Update to 1.3.0 2012-01-07 18:08:22 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
de9978d1d3 - Fix build on FreeBSD 10 2011-10-29 12:03:07 +00:00
Martin Wilke
636c78d42c - x11-wm/xfce4-wm update to 4.8.2
- x11-wm/xfce4-panel update to 160920
- x11-fm/thunar update to 1.2.3

PR:		160946
		160920
		160875
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-10-28 15:10:26 +00:00
Rene Ladan
43e1cc46ab Consistify spelling of "Xfce", and some other projects while there.
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin

PR:		ports/160730
Submitted by:	ryusuke
2011-10-26 20:27:27 +00:00
Rene Ladan
141c539983 Re-assign to the Xfce team.
Approved by:	oliver (previous maintainer)
2011-10-23 11:56:51 +00:00
Koop Mast
fe61bf1eb4 Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed. 2011-08-23 18:39:19 +00:00
Oliver Lehmann
2b1942e637 update x11/libexo to 0.6.2
update sysutils/garcon to 0.1.8
update sysutils/xfce4-utils to 4.8.2
update x11-wm/xfce4-panel to 4.8.5
update x11/Terminal to 0.4.8

bump PORTREVISION of affected ports

PR:		ports/157768, ports/158144, ports/158145, ports/158148, ports/158170
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-07-27 05:48:55 +00:00
Oliver Lehmann
8c266577db update thunar to 1.2.2
bump PORTREVISION of affected ports

PR:		157380
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-06-07 12:23:03 +00:00
Oliver Lehmann
29580724f3 update libexo to 0.6.1
bump PORTREVISION on depending ports

PR:		ports/156913
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-06-07 06:14:30 +00:00
Wen Heping
9143b1b3f1 - Bump PORTREVISION to chase the update of libexif 2011-03-04 02:19:07 +00:00