#! /bin/sh # # $FreeBSD$ # # unwrap - extract the combined package (created with wrap) # move the file to a new name with an extension rm -rf $1.cvswrap mv $1 $1.cvswrap # untar the file if `gzip -t $1.cvswrap > /dev/null 2>&1` then zcat -d $1.cvswrap | tar --preserve --sparse -x -f - else tar --preserve -x -f $1.cvswrap fi # remove the original rm -rf $1.cvswrap s://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/kea/pkg-plist
Commit message (Expand)AuthorAgeFilesLines
* Fix build due to breakage from r426825, targeting net/ntp*. The patchcy2016-12-281-8/+1
* Configure leap-second smearing (always).cy2016-11-221-1/+8
* Update to 1.1.0.hrs2016-11-061-18/+25
* Update to 1.0.0, the first production version. This includes securityhrs2016-01-051-312/+9