diff options
author | miwi <miwi@FreeBSD.org> | 2012-08-05 12:53:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-08-05 12:53:22 +0800 |
commit | d16859b9e3e24e96decdaa311dc0b104fa8d8c44 (patch) | |
tree | 4522099f006fb7f557ad8e4290252f0c0f69ca18 /devel | |
parent | 89f44bd8bd86623f84dd0d9f8f527b11fe661d1e (diff) | |
download | freebsd-ports-gnome-d16859b9e3e24e96decdaa311dc0b104fa8d8c44.tar.gz freebsd-ports-gnome-d16859b9e3e24e96decdaa311dc0b104fa8d8c44.tar.zst freebsd-ports-gnome-d16859b9e3e24e96decdaa311dc0b104fa8d8c44.zip |
- Update to 1.21
PR: 170143
Submitted by: Ports Fury
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fhist/Makefile | 6 | ||||
-rw-r--r-- | devel/fhist/distinfo | 4 | ||||
-rw-r--r-- | devel/fhist/files/patch-Makefile.in | 61 | ||||
-rw-r--r-- | devel/fhist/pkg-descr | 2 |
4 files changed, 8 insertions, 65 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index eed2d9790da8..35c2e3f31f1d 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -6,7 +6,8 @@ # PORTNAME= fhist -PORTVERSION= 1.20 +PORTVERSION= 1.21 +DISTVERSIONSUFFIX= .D001 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -19,7 +20,10 @@ LIB_DEPENDS= explain.45:${PORTSDIR}/devel/libexplain OPTIONS_DEFINE= NLS +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-nlsdir=${PREFIX}/share/locale/en/LC_MESSAGES ALL_TARGET= all-bin MAKE_JOBS_UNSAFE=yes diff --git a/devel/fhist/distinfo b/devel/fhist/distinfo index f135b93180cc..300f3ea2f966 100644 --- a/devel/fhist/distinfo +++ b/devel/fhist/distinfo @@ -1,2 +1,2 @@ -SHA256 (fhist-1.20.tar.gz) = c7d2cbbb269fe016af94a8657ecbd6d5fda818f48a2c52f72f30edbc91e76d91 -SIZE (fhist-1.20.tar.gz) = 410711 +SHA256 (fhist-1.21.D001.tar.gz) = bc8963b142d3686c3848a74ec996cb8619cd7843deb2f99709d81bed30f6843b +SIZE (fhist-1.21.D001.tar.gz) = 409961 diff --git a/devel/fhist/files/patch-Makefile.in b/devel/fhist/files/patch-Makefile.in deleted file mode 100644 index 7107dbd38161..000000000000 --- a/devel/fhist/files/patch-Makefile.in +++ /dev/null @@ -1,61 +0,0 @@ ---- Makefile.in.orig 2012-05-21 08:32:42.000000000 +0900 -+++ Makefile.in 2012-05-22 22:50:06.000000000 +0900 -@@ -8,10 +8,8 @@ - # W W W A A R R N N I N N I N N G G - # W W A A R R N N III N N III N N GGG - # --# Warning: DO NOT send patches which fix this file. IT IS NOT the \ -- original --# source file. This file is GENERATED from the Aegis repository file \ -- manifest. -+# Warning: DO NOT send patches which fix this file. IT IS NOT the original -+# source file. This file is GENERATED from the Aegis repository file manifest. - # If you find a bug in this file, it could well be an Aegis bug. - # - # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -@@ -21,14 +19,11 @@ - # The configure script generates 2 files: - # 1. This Makefile - # 2. common/config.h --# If you change this Makefile, you may also need to change these files. \ -- To see --# what is configured by the configure script, search for @ in the \ -- Makefile.in -+# If you change this Makefile, you may also need to change these files. To see -+# what is configured by the configure script, search for @ in the Makefile.in - # file. - # --# If you wish to reconfigure the installations directories it is \ -- RECOMMENDED -+# If you wish to reconfigure the installations directories it is RECOMMENDED - # that you re-run the configure script. - # - # Use ``./configure --help'' for a list of options. -@@ -86,8 +81,7 @@ - # - # Where to put the manuals. - # --# On a network, this would be shared between all machines on the \ -- network. It can -+# On a network, this would be shared between all machines on the network. It can - # be read-only. - # - # The $(DESTDIR) is for packaging. -@@ -144,15 +138,13 @@ - EXEEXT = @EXEEXT@ - - # --# Set GROFF to the name of the roff command on your system, usually \ -- "groff" or -+# Set GROFF to the name of the roff command on your system, usually "groff" or - # "troff" or "nroff" - # - GROFF = @GROFF@ - - # --# Set SOELIM to the name of the roff proprocessor command on your \ -- system, -+# Set SOELIM to the name of the roff proprocessor command on your system, - # usually "soelim" or "gsoelim" - # - SOELIM = @SOELIM@
\ No newline at end of file diff --git a/devel/fhist/pkg-descr b/devel/fhist/pkg-descr index 536bf29d33d0..57f73b0f7d7f 100644 --- a/devel/fhist/pkg-descr +++ b/devel/fhist/pkg-descr @@ -13,4 +13,4 @@ See also: ``A File Comparison Program, Webb Miller and Eugene W. Myers'', Software Practice and Experience, Volume 15, No. 11, November 1985. -WWW: http://fhist.sourceforge.net/fhist.html +WWW: http://fhist.sourceforge.net/ |