diff options
Diffstat (limited to 'textproc/grap')
-rw-r--r-- | textproc/grap/Makefile | 16 | ||||
-rw-r--r-- | textproc/grap/distinfo | 6 |
2 files changed, 12 insertions, 10 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 0682f44e6373..1163bd49a4b9 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -1,6 +1,5 @@ PORTNAME= grap -PORTVERSION= 1.46 -PORTREVISION= 1 +DISTVERSION= 1.49 CATEGORIES= textproc graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ @@ -8,16 +7,19 @@ MAINTAINER= faber@lunabase.org COMMENT= Implementation of Kernigan & Bentley's grap language WWW= https://www.lunabase.org/~faber/Vault/software/grap/ -GNU_CONFIGURE= yes -CONFIGURE_ARGS=--with-freebsd-ports +LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS EXAMPLES +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-freebsd-ports -CONFLICTS_INSTALL=heirloom-doctools +CONFLICTS_INSTALL= heirloom-doctools -PORTDOCS= README CHANGES COPYRIGHT grap.man +PORTDOCS= CHANGES README grap.man PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.doc \ diff --git a/textproc/grap/distinfo b/textproc/grap/distinfo index 488593d86b0c..aa8390cc92b4 100644 --- a/textproc/grap/distinfo +++ b/textproc/grap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1591845160 -SHA256 (grap-1.46.tar.gz) = 7a8ecefdecfee96699913f2a412da68703911fa640bac3b964a413131f848bb4 -SIZE (grap-1.46.tar.gz) = 195477 +TIMESTAMP = 1749257724 +SHA256 (grap-1.49.tar.gz) = f0bc7f09641a5ec42f019da64b0b2420d95c223b91b3778ae73cb68acfdf4e23 +SIZE (grap-1.49.tar.gz) = 197843 |