View | Details | Raw Unified | Return to bug 220159
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	vchanger
3
PORTNAME=	vchanger
4
PORTVERSION=	1.0.0
4
PORTVERSION=	1.0.1
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	SF
6
MASTER_SITES=	SF
7
7
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1483717814
1
TIMESTAMP = 1497956551
2
SHA256 (vchanger-1.0.0.tar.gz) = 080a13e0ade75f7c3c7528c6958372e923c0289c2e0f3df0439443b4dbf27919
2
SHA256 (vchanger-1.0.1.tar.gz) = 1b5558b762fa1976bf2994bf5172063227266925a75e495e0a6cf7f9adc5bb35
3
SIZE (vchanger-1.0.0.tar.gz) = 218824
3
SIZE (vchanger-1.0.1.tar.gz) = 218462
(-)files/patch-src_uuidlookup.c (-11 lines)
Lines 1-11 Link Here
1
--- src/uuidlookup.c.orig	2017-01-06 15:55:06 UTC
2
+++ src/uuidlookup.c
3
@@ -215,7 +215,7 @@ static int GetDevMountpoint(char *mountp
4
    for (n = 0; n < mcount; n++)
5
    {
6
       if (strcasecmp(devname, fs[n].f_mntfromname) == 0) {
7
-         strncpy(mountp, fs[n].f_mnttoname, mountp_sz);
8
+         strncpy(mountp, fs[n].f_mntonname, mountp_sz);
9
          rc = 0;
10
       }
11
    }

Return to bug 220159