diff options
author | rakuco <rakuco@FreeBSD.org> | 2011-12-29 07:51:08 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2011-12-29 07:51:08 +0800 |
commit | 8841f2c45c63ed9bc8e385a5b3e3f481bbe19562 (patch) | |
tree | 25054bf31e2b345883890102c3b09dab222dd952 | |
parent | c50b8310c99e7270f8b90bf74d1513134f0eaa56 (diff) | |
download | freebsd-ports-gnome-8841f2c45c63ed9bc8e385a5b3e3f481bbe19562.tar.gz freebsd-ports-gnome-8841f2c45c63ed9bc8e385a5b3e3f481bbe19562.tar.zst freebsd-ports-gnome-8841f2c45c63ed9bc8e385a5b3e3f481bbe19562.zip |
Update to 2.1.2.
Approved by: makc (mentor)
-rw-r--r-- | sysutils/stow/Makefile | 10 | ||||
-rw-r--r-- | sysutils/stow/distinfo | 4 | ||||
-rw-r--r-- | sysutils/stow/files/patch-aa | 10 | ||||
-rw-r--r-- | sysutils/stow/pkg-plist | 39 |
4 files changed, 44 insertions, 19 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index 2a1d3035b573..c9d9dc361092 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -7,8 +7,7 @@ # PORTNAME= stow -PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTVERSION= 2.1.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,14 +16,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU version of Carnegie Mellon's "Depot" program GNU_CONFIGURE= yes +USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes -PLIST_FILES= bin/stow INFO= stow - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/stow ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/stow.info ${PREFIX}/info +MAN8= stow.8 .include <bsd.port.mk> diff --git a/sysutils/stow/distinfo b/sysutils/stow/distinfo index fced2407be21..b430286a658a 100644 --- a/sysutils/stow/distinfo +++ b/sysutils/stow/distinfo @@ -1,2 +1,2 @@ -SHA256 (stow-1.3.3.tar.gz) = 0cdc7fb7861e83785edd2de127268f8a72ed9ae524ddc4beca236cfd63d1f8b0 -SIZE (stow-1.3.3.tar.gz) = 139417 +SHA256 (stow-2.1.2.tar.bz2) = dda4231dab409d906c5de7f6a706a765e6532768ebbffe34e1823e3371f891f9 +SIZE (stow-2.1.2.tar.bz2) = 387971 diff --git a/sysutils/stow/files/patch-aa b/sysutils/stow/files/patch-aa deleted file mode 100644 index 4c2476a62c28..000000000000 --- a/sysutils/stow/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- stow.info.orig Sat Jan 5 12:26:49 2002 -+++ stow.info Wed Jan 16 21:07:49 2002 -@@ -1,5 +1,5 @@ --Ceci est le fichier Info stow.info, produit par Makeinfo version 4.0b à --partir stow.texi. -+This is Info file stow.info, produced by Makeinfo version 4.0b from -+the input file stow.texi. - - INFO-DIR-SECTION Administration - START-INFO-DIR-ENTRY diff --git a/sysutils/stow/pkg-plist b/sysutils/stow/pkg-plist new file mode 100644 index 000000000000..37e06da3deb9 --- /dev/null +++ b/sysutils/stow/pkg-plist @@ -0,0 +1,39 @@ +bin/chkstow +bin/stow +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/ChangeLog.OLD +%%DOCSDIR%%/README +%%DOCSDIR%%/manual-single.html +%%DOCSDIR%%/manual-split/Bootstrapping.html +%%DOCSDIR%%/manual-split/Compile_002dtime-vs-Install_002dtime.html +%%DOCSDIR%%/manual-split/Conflicts.html +%%DOCSDIR%%/manual-split/Cygnus-Software.html +%%DOCSDIR%%/manual-split/Deferred-Operation.html +%%DOCSDIR%%/manual-split/Deleting-Packages.html +%%DOCSDIR%%/manual-split/GNU-Emacs.html +%%DOCSDIR%%/manual-split/GNU-General-Public-License.html +%%DOCSDIR%%/manual-split/Ignore-Lists.html +%%DOCSDIR%%/manual-split/Index.html +%%DOCSDIR%%/manual-split/Installing-Packages.html +%%DOCSDIR%%/manual-split/Introduction.html +%%DOCSDIR%%/manual-split/Invoking-Stow.html +%%DOCSDIR%%/manual-split/Justification-For-Yet-Another-Set-Of-Ignore-Files.html +%%DOCSDIR%%/manual-split/Known-Bugs.html +%%DOCSDIR%%/manual-split/Mixing-Operations.html +%%DOCSDIR%%/manual-split/Motivation-For-Ignore-Lists.html +%%DOCSDIR%%/manual-split/Multiple-Stow-Directories.html +%%DOCSDIR%%/manual-split/Other-FSF-Software.html +%%DOCSDIR%%/manual-split/Perl-and-Perl-5-Modules.html +%%DOCSDIR%%/manual-split/Reporting-Bugs.html +%%DOCSDIR%%/manual-split/Resource-Files.html +%%DOCSDIR%%/manual-split/Target-Maintenance.html +%%DOCSDIR%%/manual-split/Terminology.html +%%DOCSDIR%%/manual-split/Types-And-Syntax-Of-Ignore-Lists.html +%%DOCSDIR%%/manual-split/index.html +%%DOCSDIR%%/manual.pdf +%%DOCSDIR%%/version.texi +%%SITE_PERL%%/Stow.pm +%%SITE_PERL%%/Stow/Util.pm +@dirrm %%DOCSDIR%%/manual-split +@dirrm %%DOCSDIR%% +@dirrm %%SITE_PERL%%/Stow |