diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 9894311f42a0..90e669b22e81 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzop -DISTVERSION= 1.03 +DISTVERSION= 1.04 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ \ LOCAL/mandree @@ -10,12 +10,12 @@ MASTER_SITES= http://www.lzop.org/download/ \ MAINTAINER= mandree@FreeBSD.org COMMENT= Fast file compressor similar to gzip, using the LZO library +LICENSE= GPLv2+ + LIB_DEPENDS= liblzo2.so:archivers/lzo2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/lzop man/man1/lzop.1.gz - .include diff --git a/archivers/lzop/distinfo b/archivers/lzop/distinfo index 08a6b7b4fee2..9bdaed2210af 100644 --- a/archivers/lzop/distinfo +++ b/archivers/lzop/distinfo @@ -1,2 +1,3 @@ -SHA256 (lzop-1.03.tar.gz) = c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9 -SIZE (lzop-1.03.tar.gz) = 370775 +TIMESTAMP = 1502442897 +SHA256 (lzop-1.04.tar.gz) = 7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f305a2f41 +SIZE (lzop-1.04.tar.gz) = 393483 diff --git a/archivers/lzop/pkg-plist b/archivers/lzop/pkg-plist new file mode 100644 index 000000000000..3ece1a53454d --- /dev/null +++ b/archivers/lzop/pkg-plist @@ -0,0 +1,13 @@ +bin/lzop +man/man1/lzop.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/lzop.html +%%PORTDOCS%%%%DOCSDIR%%/lzop.man +%%PORTDOCS%%%%DOCSDIR%%/lzop.pod +%%PORTDOCS%%%%DOCSDIR%%/lzop.ps +%%PORTDOCS%%%%DOCSDIR%%/lzop.tex +%%PORTDOCS%%%%DOCSDIR%%/lzop.txt