From 1ce3487853dbb1c88fe839007d536a044165d39e Mon Sep 17 00:00:00 2001 From: olgeni Date: Thu, 17 Apr 2003 13:11:27 +0000 Subject: Update to version 0.1.19. --- x11-fm/rox-session/Makefile | 3 +-- x11-fm/rox-session/distinfo | 2 +- x11-fm/rox-session/pkg-plist | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-fm') diff --git a/x11-fm/rox-session/Makefile b/x11-fm/rox-session/Makefile index c3721381d4d1..1728af54e5db 100644 --- a/x11-fm/rox-session/Makefile +++ b/x11-fm/rox-session/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= rox-session -PORTVERSION= 0.1.18 -PORTREVISION= 1 +PORTVERSION= 0.1.19 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rox diff --git a/x11-fm/rox-session/distinfo b/x11-fm/rox-session/distinfo index 914ed222bf04..b880578919a3 100644 --- a/x11-fm/rox-session/distinfo +++ b/x11-fm/rox-session/distinfo @@ -1 +1 @@ -MD5 (ROX-Session-0.1.18.tgz) = 8a800d844b6b81b232578844217fde91 +MD5 (ROX-Session-0.1.19.tgz) = 98f9dc0fe9e03c656e200c0a9b05cf55 diff --git a/x11-fm/rox-session/pkg-plist b/x11-fm/rox-session/pkg-plist index 1a045a8309ac..c1d2f1e9dccd 100644 --- a/x11-fm/rox-session/pkg-plist +++ b/x11-fm/rox-session/pkg-plist @@ -37,6 +37,7 @@ apps/ROX-Session/MakeDefault.sh apps/ROX-Session/Messages/da.gmo apps/ROX-Session/Messages/de.gmo apps/ROX-Session/Messages/nl.gmo +apps/ROX-Session/Messages/ru.gmo apps/ROX-Session/Options.xml apps/ROX-Session/Setup apps/ROX-Session/SetupPanel -- cgit ='http://www.w3.org/1999/xhtml'>
With hat:	portmgr
Sponsored by:	Absolight
MASTER_SITES cleanup. 2015-05-14T10:15:04+00:00 mat mat@FreeBSD.org 2015-05-14T10:15:04+00:00 d72353c225a0cff8478c442d745a54e4630671fc - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Bump portrevision after png update 2014-12-25T20:54:41+00:00 bapt bapt@FreeBSD.org 2014-12-25T20:54:41+00:00 e7537bff09a3a3bd7cf9af85638233cbafd82629

Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25T19:04:25+00:00 antoine antoine@FreeBSD.org 2014-12-25T19:04:25+00:00 8dc323dc2bd29f0219de5776d0c246c80eba274e

Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10T20:50:31+00:00 gerald gerald@FreeBSD.org 2014-09-10T20:50:31+00:00 c830042769f26309b16e0b0ace05fc30fec7b236 to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
The FreeBSD x11@ and graphics team proudly presents 2014-04-16T18:28:47+00:00 zeising zeising@FreeBSD.org 2014-04-16T18:28:47+00:00 0d308966c11339773e9f09cdd69a8b5876b4f04e 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)
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)
- Add staging support 2014-04-11T17:03:56+00:00 pawel pawel@FreeBSD.org 2014-04-11T17:03:56+00:00 c735d21b25420822724e1fafe7e719c5fc9b3305 - Convert to new LIB_DEPENDS format, USES=gmake - Use PORTDATA - Define DOCS option
- Convert to new LIB_DEPENDS format, USES=gmake
- Use PORTDATA
- Define DOCS option