Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2018 02:25:01 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462659 - head/sysutils/archivemount
Message-ID:  <201802230225.w1N2P1t2002082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Feb 23 02:25:01 2018
New Revision: 462659
URL: https://svnweb.freebsd.org/changeset/ports/462659

Log:
  sysutils/archivemount: Update to 0.8.1
  
  Additional port changes:
  * Changed to DISTVERSION
  * Added LICENSE/LICENSE_FILE
  * Sorted USES
  
  PR:		225571
  Submitted by:	feld
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/sysutils/archivemount/Makefile
  head/sysutils/archivemount/distinfo

Modified: head/sysutils/archivemount/Makefile
==============================================================================
--- head/sysutils/archivemount/Makefile	Fri Feb 23 01:33:00 2018	(r462658)
+++ head/sysutils/archivemount/Makefile	Fri Feb 23 02:25:01 2018	(r462659)
@@ -2,16 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	archivemount
-PORTVERSION=	0.6.1
-PORTREVISION=	1
+DISTVERSION=	0.8.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.cybernoia.de/software/archivemount/
 
 MAINTAINER=	jirnov@gmail.com
 COMMENT=	Mount archives with FUSE
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		fuse gmake iconv libarchive pkgconfig
 GNU_CONFIGURE=	yes
-USES=		fuse pkgconfig iconv gmake libarchive
 
 PLIST_FILES=	bin/archivemount \
 		man/man1/archivemount.1.gz

Modified: head/sysutils/archivemount/distinfo
==============================================================================
--- head/sysutils/archivemount/distinfo	Fri Feb 23 01:33:00 2018	(r462658)
+++ head/sysutils/archivemount/distinfo	Fri Feb 23 02:25:01 2018	(r462659)
@@ -1,2 +1,3 @@
-SHA256 (archivemount-0.6.1.tar.gz) = 9235d6377a70a7c25aa288dab6b0e8ef906d1d219d43e5b8fcdb8cf3ace98e01
-SIZE (archivemount-0.6.1.tar.gz) = 104587
+TIMESTAMP = 1519352003
+SHA256 (archivemount-0.8.1.tar.gz) = eaa1622a5ae3e1d3749127b6eb58ed0b838088f320e427e9c2aba69800240e71
+SIZE (archivemount-0.8.1.tar.gz) = 119302



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802230225.w1N2P1t2002082>