aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-10-05 19:53:45 +0800
committergarga <garga@FreeBSD.org>2010-10-05 19:53:45 +0800
commit62ea94bde456323f8c8da5da9876eb33324fb0f7 (patch)
treeb2f3b5126cacec5b2234d56d6bb2cf94a4471275
parent3ced971e0e1e52bae53daaf646822547d4a4885c (diff)
downloadfreebsd-ports-gnome-62ea94bde456323f8c8da5da9876eb33324fb0f7.tar.gz
freebsd-ports-gnome-62ea94bde456323f8c8da5da9876eb33324fb0f7.tar.zst
freebsd-ports-gnome-62ea94bde456323f8c8da5da9876eb33324fb0f7.zip
Update to 3.4.8
-rw-r--r--x11-wm/awesome/Makefile3
-rw-r--r--x11-wm/awesome/distinfo6
-rw-r--r--x11-wm/awesome/files/patch-lib__awful__placement.lua.in19
3 files changed, 4 insertions, 24 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index a659ec61b2f9..b72c6a352c70 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= awesome
-PORTVERSION= 3.4.7
-PORTREVISION= 2
+PORTVERSION= 3.4.8
CATEGORIES= x11-wm
MASTER_SITES= http://awesome.naquadah.org/download/ \
http://redundancy.redundancy.org/mirror/
diff --git a/x11-wm/awesome/distinfo b/x11-wm/awesome/distinfo
index e131df7d417d..0606947237c2 100644
--- a/x11-wm/awesome/distinfo
+++ b/x11-wm/awesome/distinfo
@@ -1,3 +1,3 @@
-MD5 (awesome-3.4.7.tar.bz2) = aa3350b10ba0e1cdb81b97148b31ca19
-SHA256 (awesome-3.4.7.tar.bz2) = 9284dd19fe6b8d2c6dbf1baaaef663998534f07ee958b7f52328973358771a45
-SIZE (awesome-3.4.7.tar.bz2) = 740612
+MD5 (awesome-3.4.8.tar.bz2) = 47fe2411f8bb677f0551c0623bc49e44
+SHA256 (awesome-3.4.8.tar.bz2) = 457b639779053a28d39a0039cdc2d76e6b1ae358b2b0d34467a05a75e959ff66
+SIZE (awesome-3.4.8.tar.bz2) = 741506
diff --git a/x11-wm/awesome/files/patch-lib__awful__placement.lua.in b/x11-wm/awesome/files/patch-lib__awful__placement.lua.in
deleted file mode 100644
index fad502200ec0..000000000000
--- a/x11-wm/awesome/files/patch-lib__awful__placement.lua.in
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/lib/awful/placement.lua.in b/lib/awful/placement.lua.in
---- lib/awful/placement.lua.in
-+++ lib/awful/placement.lua.in
-@@ -109,13 +109,13 @@ function no_offscreen(c)
- local screen_geometry = capi.screen[c.screen].workarea
-
- if geometry.x + geometry.width + 2*border > screen_geometry.x + screen_geometry.width then
-- geometry.x = screen_geometry.x + screen_geometry.width - geometry.width - 2*border
-+ geometry.x = screen_geometry.x + screen_geometry.width - geometry.width
- elseif geometry.x < screen_geometry.x then
- geometry.x = screen_geometry.x
- end
-
- if geometry.y + geometry.height + border > screen_geometry.y + screen_geometry.height then
-- geometry.y = screen_geometry.y + screen_geometry.height - geometry.height - 2*border
-+ geometry.y = screen_geometry.y + screen_geometry.height - geometry.height
- elseif geometry.y < screen_geometry.y then
- geometry.y = screen_geometry.y
- end
ersion bump on gstreamer{,-plugins}lioux2003-06-121-1/+1 * Convert to new GNOME infrastructure.marcus2003-04-221-5/+2 * Remove the USE_GNOMENG macro.marcus2003-04-081-1/+0 * Clear moonlight beckons.ade2003-03-072-1/+1 * Add a missing dependency on gnomedesktop.marcus2003-02-161-1/+2 * Update to GNOME 2.2.marcus2003-02-085-113/+49 * Update to 2.0.3.marcus2002-11-203-2/+4 * GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1 * Update to 2.0.2.5.marcus2002-09-072-2/+2 * Update to 2.0.2.marcus2002-08-304-25/+8 * Chase gailutil's version bump.marcus2002-07-241-1/+2 * Use USE_REINPLACE.sobomax2002-07-111-5/+6 * The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-07-011-1/+1 * Update to GNOME 2.0 RC2.marcus2002-06-261-1/+1 * Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-153-4/+5 * Fix up patches from previous commit.marcus2002-06-121-0/+11 * Update to the latest GNOME 2 snapshot.marcus2002-06-123-12/+30 * Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-291-1/+1 * Back to betas...Update to GNOME 2.0 beta 5.marcus2002-05-203-3/+5 * Update to GNOME 2.0 RC2.marcus2002-05-121-1/+1 * Add gnomemedia2 after repo copy from gnomemedia. This is a port of themarcus2002-05-0919-1261/+280 * I had a typo in one of the file names in the last commit. It should readmarcus2002-04-171-0/+0 * Add some CD-related fixes to gnomemedia. Bump PORTREVISION.marcus2002-04-174-24/+43 * machine/soundcard.h -> sys/soundcard.hmarcus2002-04-122-5/+22 * Fix breakage on a very recent -current.sobomax2001-12-06