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>
State Changed From-To: open->feedback Can you provide a diff please?
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"
State Changed From-To: feedback->closed Committed. Thanks!