diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /net/vino | |
parent | 47f7062f8daf1af7f064d90f971d4749a42363e2 (diff) | |
download | freebsd-ports-gnome-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.gz freebsd-ports-gnome-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.zst freebsd-ports-gnome-3d0dcc46ab28c7878935e64dfe02556912e62702.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index c4497edc3d71..d378c42d3f95 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -8,7 +8,7 @@ PORTNAME= vino PORTVERSION= 2.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |