- Update to 1.5.5
- Trim Makefile headers
This commit is contained in:
parent
93799e30a8
commit
a75a7d8545
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310687
3 changed files with 8 additions and 12 deletions
|
@ -1,25 +1,20 @@
|
|||
# New ports collection makefile for: newsstar
|
||||
# Date created: 9 May 2004
|
||||
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
||||
#
|
||||
# Created by: Andrey Slusar <anray@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= newsstar
|
||||
PORTVERSION= 1.5.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.5
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Transfer news between a local NNTP server (INN, sn, s-news)
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
|
||||
BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto \
|
||||
${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_ICONV= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (newsstar-1.5.4.tar.gz) = 5dfd7c598e1f03120e4529165d0ef5e580b86f10ee8a54b5bed367ab5edb44bb
|
||||
SIZE (newsstar-1.5.4.tar.gz) = 251941
|
||||
SHA256 (newsstar-1.5.5.tar.gz) = cc1c39c08df4cfb63aa3de4061b12d3e19c618fdf12379e5a48390c8290f713b
|
||||
SIZE (newsstar-1.5.5.tar.gz) = 239416
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bin/newsstar
|
||||
lib/newsstar/newsstar.bin
|
||||
libexec/newsstar/newsstar.bin
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
|
@ -31,3 +31,4 @@ lib/newsstar/newsstar.bin
|
|||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/newsstar
|
||||
@dirrm etc/newsstar
|
||||
@dirrm libexec/newsstar
|
||||
|
|
Loading…
Reference in a new issue