summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-17 01:47:25 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-17 01:47:25 +0800
commit82a154f0a61bdb8802ac6f664115e35a353f1b69 (patch)
tree11ddeee3a3e2a8254aa63b510d4a850e66f3916a /x11-toolkits/vte/Makefile
parent208be98019c81bdccac4787b56799cca3ac6abec (diff)
downloadmarcuscom-ports-82a154f0a61bdb8802ac6f664115e35a353f1b69.tar.gz
marcuscom-ports-82a154f0a61bdb8802ac6f664115e35a353f1b69.tar.zst
marcuscom-ports-82a154f0a61bdb8802ac6f664115e35a353f1b69.zip
Update it to SVN version, at rev 1691. It has about seven bugs fixed. I had
to use SVN version, because of three bugs that are very very annoy for me as I can reproduce them very easily. ;-) However, I have made up the version to 0.15.3.0.1691. I added .0, because we never know if they put up as 0.15.3.1 or 0.15.4. The .1691 is SVN rev. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8363 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/Makefile')
-rw-r--r--x11-toolkits/vte/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 53c3c52b8..086e8dda0 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -2,16 +2,17 @@
# Date created: 05 October 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
-# $FreeBSD: ports/x11-toolkits/vte/Makefile,v 1.60 2006/10/29 03:22:28 marcus Exp $
-# $MCom: ports/x11-toolkits/vte/Makefile,v 1.65 2007/01/23 14:49:41 ahze Exp $
+# $FreeBSD$
+# $MCom: ports/x11-toolkits/vte/Makefile,v 1.66 2007/02/13 21:30:59 marcus Exp $
#
PORTNAME= vte
-PORTVERSION= 0.15.3
+PORTVERSION= 0.15.3.0.1691
PORTREVISION?= 0
CATEGORIES= x11-toolkits gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+MASTER_SITES= http://people.freebsd.org/~mezz/distfiles/
+#MASTER_SITES= ${MASTER_SITE_GNOME}
+#MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org