diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-10 00:13:53 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-10 00:13:53 +0800 |
commit | 115e864f426a1d5bdf881a84f718afcd8a4fea77 (patch) | |
tree | 59b294becf5551939d5e4a7617967ad8c3314c4c /x11 | |
parent | bbbbb9601e3b341d3142d5f2d775923c8ac501f2 (diff) | |
download | marcuscom-ports-115e864f426a1d5bdf881a84f718afcd8a4fea77.tar marcuscom-ports-115e864f426a1d5bdf881a84f718afcd8a4fea77.tar.gz marcuscom-ports-115e864f426a1d5bdf881a84f718afcd8a4fea77.tar.bz2 marcuscom-ports-115e864f426a1d5bdf881a84f718afcd8a4fea77.tar.lz marcuscom-ports-115e864f426a1d5bdf881a84f718afcd8a4fea77.tar.xz marcuscom-ports-115e864f426a1d5bdf881a84f718afcd8a4fea77.tar.zst marcuscom-ports-115e864f426a1d5bdf881a84f718afcd8a4fea77.zip |
- Update to 2.14.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6013 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 5 | ||||
-rw-r--r-- | x11/gnome-terminal/distinfo | 6 | ||||
-rw-r--r-- | x11/gnome-terminal/pkg-plist | 6 | ||||
-rw-r--r-- | x11/gnometerminal/Makefile | 5 | ||||
-rw-r--r-- | x11/gnometerminal/distinfo | 6 | ||||
-rw-r--r-- | x11/gnometerminal/pkg-plist | 6 |
6 files changed, 22 insertions, 12 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index de55b5db3..31e47a473 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.66 2006/03/13 19:31:47 mezz Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.67 2006/04/02 22:45:26 marcus Exp $ # PORTNAME= gnometerminal -PORTVERSION= 2.14.0 -PORTREVISION= 1 +PORTVERSION= 2.14.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-terminal/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo index 593694553..73abf3d66 100644 --- a/x11/gnome-terminal/distinfo +++ b/x11/gnome-terminal/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-terminal-2.14.0.tar.bz2) = a05bac2c9d7b3860f137193c98d3d9a8 -SHA256 (gnome2/gnome-terminal-2.14.0.tar.bz2) = 238c28f937fd1a1b8f9c6ca9a7aed242287cc199ffa98c3c4342caeea0239286 -SIZE (gnome2/gnome-terminal-2.14.0.tar.bz2) = 1732708 +MD5 (gnome2/gnome-terminal-2.14.1.tar.bz2) = 7abe60db5359c88392d2b4f0d5587ef5 +SHA256 (gnome2/gnome-terminal-2.14.1.tar.bz2) = c1e7674bb75343db89ad6769bc2d7ecfb115d9eda02035d374d8c4d952091647 +SIZE (gnome2/gnome-terminal-2.14.1.tar.bz2) = 1783063 diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist index 588488e0b..380a52ff4 100644 --- a/x11/gnome-terminal/pkg-plist +++ b/x11/gnome-terminal/pkg-plist @@ -87,11 +87,13 @@ share/locale/be/LC_MESSAGES/gnome-terminal.mo share/locale/bg/LC_MESSAGES/gnome-terminal.mo share/locale/bn/LC_MESSAGES/gnome-terminal.mo share/locale/bs/LC_MESSAGES/gnome-terminal.mo +share/locale/br/LC_MESSAGES/gnome-terminal.mo share/locale/ca/LC_MESSAGES/gnome-terminal.mo share/locale/cs/LC_MESSAGES/gnome-terminal.mo share/locale/cy/LC_MESSAGES/gnome-terminal.mo share/locale/da/LC_MESSAGES/gnome-terminal.mo share/locale/de/LC_MESSAGES/gnome-terminal.mo +share/locale/dz/LC_MESSAGES/gnome-terminal.mo share/locale/el/LC_MESSAGES/gnome-terminal.mo share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo @@ -149,6 +151,10 @@ share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/br/LC_MESSAGES +@dirrmtry share/locale/br @dirrm share/gnome/omf/gnome-terminal @dirrm share/gnome/help/gnome-terminal/zh_TW/figures @dirrm share/gnome/help/gnome-terminal/zh_TW diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile index de55b5db3..31e47a473 100644 --- a/x11/gnometerminal/Makefile +++ b/x11/gnometerminal/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.66 2006/03/13 19:31:47 mezz Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.67 2006/04/02 22:45:26 marcus Exp $ # PORTNAME= gnometerminal -PORTVERSION= 2.14.0 -PORTREVISION= 1 +PORTVERSION= 2.14.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-terminal/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} diff --git a/x11/gnometerminal/distinfo b/x11/gnometerminal/distinfo index 593694553..73abf3d66 100644 --- a/x11/gnometerminal/distinfo +++ b/x11/gnometerminal/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-terminal-2.14.0.tar.bz2) = a05bac2c9d7b3860f137193c98d3d9a8 -SHA256 (gnome2/gnome-terminal-2.14.0.tar.bz2) = 238c28f937fd1a1b8f9c6ca9a7aed242287cc199ffa98c3c4342caeea0239286 -SIZE (gnome2/gnome-terminal-2.14.0.tar.bz2) = 1732708 +MD5 (gnome2/gnome-terminal-2.14.1.tar.bz2) = 7abe60db5359c88392d2b4f0d5587ef5 +SHA256 (gnome2/gnome-terminal-2.14.1.tar.bz2) = c1e7674bb75343db89ad6769bc2d7ecfb115d9eda02035d374d8c4d952091647 +SIZE (gnome2/gnome-terminal-2.14.1.tar.bz2) = 1783063 diff --git a/x11/gnometerminal/pkg-plist b/x11/gnometerminal/pkg-plist index 588488e0b..380a52ff4 100644 --- a/x11/gnometerminal/pkg-plist +++ b/x11/gnometerminal/pkg-plist @@ -87,11 +87,13 @@ share/locale/be/LC_MESSAGES/gnome-terminal.mo share/locale/bg/LC_MESSAGES/gnome-terminal.mo share/locale/bn/LC_MESSAGES/gnome-terminal.mo share/locale/bs/LC_MESSAGES/gnome-terminal.mo +share/locale/br/LC_MESSAGES/gnome-terminal.mo share/locale/ca/LC_MESSAGES/gnome-terminal.mo share/locale/cs/LC_MESSAGES/gnome-terminal.mo share/locale/cy/LC_MESSAGES/gnome-terminal.mo share/locale/da/LC_MESSAGES/gnome-terminal.mo share/locale/de/LC_MESSAGES/gnome-terminal.mo +share/locale/dz/LC_MESSAGES/gnome-terminal.mo share/locale/el/LC_MESSAGES/gnome-terminal.mo share/locale/en_CA/LC_MESSAGES/gnome-terminal.mo share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo @@ -149,6 +151,10 @@ share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/br/LC_MESSAGES +@dirrmtry share/locale/br @dirrm share/gnome/omf/gnome-terminal @dirrm share/gnome/help/gnome-terminal/zh_TW/figures @dirrm share/gnome/help/gnome-terminal/zh_TW |