diff options
author | marino <marino@FreeBSD.org> | 2014-06-11 17:49:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-11 17:49:14 +0800 |
commit | 3919051d1438c8274d614263a43df795af0ec32d (patch) | |
tree | 4bc94f3c6ac7c12f7f4042490796c245f9f4c84d /archivers/Makefile | |
parent | bdedab3f237be89584e747f7ee96b14a9f343800 (diff) | |
download | freebsd-ports-gnome-3919051d1438c8274d614263a43df795af0ec32d.tar.gz freebsd-ports-gnome-3919051d1438c8274d614263a43df795af0ec32d.tar.zst freebsd-ports-gnome-3919051d1438c8274d614263a43df795af0ec32d.zip |
Resurrect archivers/bzip and assign maintainer
This port was removed due not having a publically available distfile.
That has been fixed per the PR with maintainership assigned to submitter.
Additionally:
* The patch-aa was renamed
* The patch-ab and patch-ac touched the same file; they were combined
and renamed
* DragonFly support was added (hence the portrevision bump)
* GPLv2 license was annotated
* 80-column formatting was respected
* PLIST sorted
PR: 188939
Submitted by: Chris Hutchinson
Tweaks: marino
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index f333dac4d709..ef771db7ba51 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -10,6 +10,7 @@ SUBDIR += arj SUBDIR += ark SUBDIR += bicom + SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract SUBDIR += dact |