Bug 131410 - Update port: sysutils/snap updated to v1.01
Summary: Update port: sysutils/snap updated to v1.01
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 09:30 UTC by pasear
Modified: 2009-02-05 14:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pasear 2009-02-05 09:30:01 UTC
	The source has been updated.

Fix: 

MD5 (snap-1.01.tar.gz) = fd1a8447e0567325985809c4ab859928
SHA256 (snap-1.01.tar.gz) = 769f45e889f9fae2eb6250fcd12d96e05920e24cbcb3b9ae76393d8f17a3d76f
SIZE (snap-1.01.tar.gz) = 5274
--- distinfo ends here -----uJCbW7N47pv8bJp6KBsyE8d6mg7Gc8CcYnrfofow6LhOn79J
Content-Type: text/plain; name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile"

# New ports collection makefile for:	snap
# Date created:				2007-05-07
# Whom:				Wu Chin-Hao <wchunhao@cs.nctu.edu.tw>
#
# $FreeBSD: ports/sysutils/snap/Makefile,v 1.2 2008/12/19 23:22:51 lwhsu Exp $
#

PORTNAME=	snap
DISTVERSION=	1.01
PORTEPOCH=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.cs.nctu.edu.tw/~wchunhao/ports/snap/

MAINTAINER=	wchunhao@cs.nctu.edu.tw
COMMENT=	Tools for periodic and manual management of UFS2 snapshots

NO_BUILD=	yes
USE_PERL5_RUN=	yes

MAN8=		snap.8

PLIST_FILES=	sbin/snap \
		etc/snap.conf

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/snap ${PREFIX}/sbin/
	${INSTALL_MAN} ${WRKSRC}/snap.8 ${PREFIX}/man/man8/
	${INSTALL_DATA} ${WRKSRC}/snap.conf ${PREFIX}/etc/

.include <bsd.port.mk>
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2009-02-05 10:26:09 UTC
State Changed
From-To: open->feedback

Can you provide a diff please?
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-05 14:01:07 UTC
jadawin     2009-02-05 14:00:52 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/snap        Makefile distinfo 
  Log:
  - Update to 1.01
  
  PR:             ports/131410
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.3       +1 -1      ports/sysutils/snap/Makefile
  1.3       +3 -3      ports/sysutils/snap/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2009-02-05 14:01:19 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!