View | Details | Raw Unified | Return to bug 220736 | Differences between
and this patch

Collapse All | Expand All

(-)siegfried_1.7.3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1500057547
1
TIMESTAMP = 1495397486
2
SHA256 (richardlehane-siegfried-v1.7.4_GH0.tar.gz) = aca6140b2c215e3b540eecc74bcfe952be863e2db8ff448a9d58c3c686486305
2
SHA256 (richardlehane-siegfried-v1.7.3_GH0.tar.gz) = 120be3bcd26990b92552d3978908c9a43d9dd7a07797d82ad4eacd6b563e63b3
3
SIZE (richardlehane-siegfried-v1.7.4_GH0.tar.gz) = 23190440
3
SIZE (richardlehane-siegfried-v1.7.3_GH0.tar.gz) = 23067012
(-)siegfried_1.7.3/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Steffen Fritz <steffen@fritz.wtf>
1
# Created by: Steffen Fritz <steffen@fritz.wtf>
2
# $FreeBSD: head/sysutils/siegfried/Makefile 441444 2017-05-22 10:43:27Z joneum $
2
# $FreeBSD: head/sysutils/siegfried/Makefile 437855 2017-04-06 06:43:30Z tobik $
3
3
4
PORTNAME=		siegfried
4
PORTNAME=		siegfried
5
PORTVERSION=		1.7.4
5
PORTVERSION=		1.7.3
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=		sysutils
7
CATEGORIES=		sysutils
8
8
(-)siegfried_1.7.3/siegfried/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1495397486
2
SHA256 (richardlehane-siegfried-v1.7.3_GH0.tar.gz) = 120be3bcd26990b92552d3978908c9a43d9dd7a07797d82ad4eacd6b563e63b3
3
SIZE (richardlehane-siegfried-v1.7.3_GH0.tar.gz) = 23067012
(-)siegfried_1.7.3/siegfried/Makefile (+27 lines)
Line 0 Link Here
1
# Created by: Steffen Fritz <steffen@fritz.wtf>
2
# $FreeBSD: head/sysutils/siegfried/Makefile 441444 2017-05-22 10:43:27Z joneum $
3
4
PORTNAME=		siegfried
5
PORTVERSION=		1.7.3
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=		sysutils
8
9
MAINTAINER=		steffen@fritz.wtf
10
COMMENT=		File identification tool
11
12
LICENSE=		APACHE20
13
LICENSE_FILE=		${WRKSRC}/LICENSE.txt
14
15
PLIST_FILES=		bin/sf
16
17
USE_GITHUB=		yes
18
GH_ACCOUNT=		richardlehane
19
20
USES=	go
21
22
GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
23
GO_TARGET=	github.com/${GH_ACCOUNT}/${PORTNAME}/cmd/sf
24
25
STRIP=		# stripping can break go binaries
26
27
.include <bsd.port.mk>
(-)siegfried_1.7.3/siegfried/pkg-descr (+5 lines)
Line 0 Link Here
1
Siegfried is a signature-based file format identification tool, 
2
implementing the National Archives UK's PRONOM file format 
3
signatures and freedesktop.org's MIME-info file format signatures.
4
5
WWW: http://www.itforarchivists.com/siegfried
(-)siegfried_1.7.3/siegfried/pkg-message (+1 lines)
Line 0 Link Here
1
You should run 'sf -update' to update your local PRONOM database

Return to bug 220736