diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-01-19 01:02:03 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-01-19 01:02:03 +0800 |
commit | c8c1ec221db4d0ac2c060e0d602676b88b64185c (patch) | |
tree | 48391bf85d8848afdc283d09b3f1c6624781437b | |
parent | b658d61e5ee66e09dbdc3eb6d98e07193e6afeac (diff) | |
download | freebsd-ports-gnome-c8c1ec221db4d0ac2c060e0d602676b88b64185c.tar.gz freebsd-ports-gnome-c8c1ec221db4d0ac2c060e0d602676b88b64185c.tar.zst freebsd-ports-gnome-c8c1ec221db4d0ac2c060e0d602676b88b64185c.zip |
- Update to 0.1.2
- Use GitHub
- Trim header
- Don't specify the ABI version in LIB_DEPENDS
-rw-r--r-- | sysutils/fusefs-ext4fuse/Makefile | 16 | ||||
-rw-r--r-- | sysutils/fusefs-ext4fuse/distinfo | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index 6a44f420b817..e0228c3ad193 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: fusefs-ext4fuse -# Date created: 12 Nov 2011 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ext4fuse -PORTVERSION= 20120803 +PORTVERSION= 0.1.2 +PORTEPOCH= 1 CATEGORIES= sysutils -MASTER_SITES= CRITICAL PKGNAMEPREFIX= fusefs- MAINTAINER= ehaupt@FreeBSD.org @@ -16,11 +12,15 @@ COMMENT= EXT4 implementation for FUSE LICENSE= GPLv2 -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo USE_FUSE= yes USE_GMAKE= yes USE_PKGCONFIG= build +USE_GITHUB= yes +GH_ACCOUNT= gerard +GH_COMMIT= 6b28a2b +GH_TAGNAME= v${PORTVERSION} MAKE_JOBS_SAFE= yes diff --git a/sysutils/fusefs-ext4fuse/distinfo b/sysutils/fusefs-ext4fuse/distinfo index 9c69e4617091..be8b4934fc20 100644 --- a/sysutils/fusefs-ext4fuse/distinfo +++ b/sysutils/fusefs-ext4fuse/distinfo @@ -1,2 +1,2 @@ -SHA256 (ext4fuse-20120803.tar.gz) = c5d906fc21449e85431f849e7b2b14858165cb478e7b46cab75ba05a30b76579 -SIZE (ext4fuse-20120803.tar.gz) = 25460 +SHA256 (ext4fuse-0.1.2.tar.gz) = 50837b60d59b1f49756c1fecb0647159a9ebf39274bf5d71a3a9410e736347df +SIZE (ext4fuse-0.1.2.tar.gz) = 25879 |