diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-02-08 15:45:16 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-02-08 15:45:16 +0800 |
commit | 8c10568a8bad15bd4e148e5298d61c75faa3c30d (patch) | |
tree | 8ec8a8ad03e47a7286399402357b1c326bf89c9d /ports-mgmt | |
parent | ccabcd384d766804d3ce54b6a7ae1d257ce0fc11 (diff) | |
parent | 39324c127c7b2461bbbbbb06c5dd94442e997b46 (diff) | |
download | freebsd-ports-gnome-mate-1.16.tar.gz freebsd-ports-gnome-mate-1.16.tar.zst freebsd-ports-gnome-mate-1.16.zip |
Merge branch 'master' into mate-1.16mate-1.16
Diffstat (limited to 'ports-mgmt')
34 files changed, 126 insertions, 136 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 26386bb4214c..c2dce2802e21 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -52,6 +52,7 @@ SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac + SUBDIR += ports-tools SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile index c2f4eb8ae4b5..a98a88291c8a 100644 --- a/ports-mgmt/distilator/Makefile +++ b/ports-mgmt/distilator/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= distilator -PORTVERSION= 0.2 -PORTREVISION= 2 +PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= ports-mgmt perl5 MASTER_SITES= LOCAL/ehaupt @@ -14,11 +14,17 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= p5-URI>=1.56:net/p5-URI \ - p5-libwww>=0:www/p5-libwww + p5-libwww>=0:www/p5-libwww \ + p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure NO_ARCH= yes +OPTIONS_DEFINE= SSL +OPTIONS_DEFAULT=SSL + +SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay + .include <bsd.port.mk> diff --git a/ports-mgmt/distilator/distinfo b/ports-mgmt/distilator/distinfo index 71373cc16cff..d0ae27bfcf50 100644 --- a/ports-mgmt/distilator/distinfo +++ b/ports-mgmt/distilator/distinfo @@ -1,2 +1,3 @@ -SHA256 (distilator-0.2.tar.gz) = d5e78849bab1b0cdf452cc0d654adeab51916ef855664ad7b5be68c9d14c9291 -SIZE (distilator-0.2.tar.gz) = 3916 +TIMESTAMP = 1481022611 +SHA256 (distilator-0.3.tar.gz) = 19d299036d55eb25812aec3740015397097432a541d25983322d85fdbaab9030 +SIZE (distilator-0.3.tar.gz) = 3736 diff --git a/ports-mgmt/distilator/pkg-descr b/ports-mgmt/distilator/pkg-descr index ddb94d8b93ec..b0d8b0155faa 100644 --- a/ports-mgmt/distilator/pkg-descr +++ b/ports-mgmt/distilator/pkg-descr @@ -1,4 +1 @@ -A command-line script to check the availability of a ports distfiles. This -script can take advantage of perl threads if available. - -WWW: http://people.freebsd.org/~ehaupt/distilator/ +A command-line script to check the availability of a ports distfiles. diff --git a/ports-mgmt/distilator/pkg-plist b/ports-mgmt/distilator/pkg-plist index cf2d9c1fabab..29c34db04092 100644 --- a/ports-mgmt/distilator/pkg-plist +++ b/ports-mgmt/distilator/pkg-plist @@ -1,5 +1,2 @@ bin/distilator %%SITE_PERL%%/FreeBSD/Ports/Distilator.pm -%%SITE_PERL%%/FreeBSD/Ports/DistilatorCommon.pm -%%SITE_PERL%%/FreeBSD/Ports/DistilatorSingle.pm -%%SITE_PERL%%/FreeBSD/Ports/DistilatorThreaded.pm diff --git a/ports-mgmt/freebsd-bugzilla-cli/Makefile b/ports-mgmt/freebsd-bugzilla-cli/Makefile index b1b4046463fe..2060010edccb 100644 --- a/ports-mgmt/freebsd-bugzilla-cli/Makefile +++ b/ports-mgmt/freebsd-bugzilla-cli/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-bugzilla-cli -PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTVERSION= 0.15.0 CATEGORIES= ports-mgmt MAINTAINER= pgollucci@FreeBSD.org diff --git a/ports-mgmt/freebsd-bugzilla-cli/distinfo b/ports-mgmt/freebsd-bugzilla-cli/distinfo index fb8d632bbba1..b48c5a19f95d 100644 --- a/ports-mgmt/freebsd-bugzilla-cli/distinfo +++ b/ports-mgmt/freebsd-bugzilla-cli/distinfo @@ -1,2 +1,3 @@ -SHA256 (pgollucci-freebsd-bugzilla-cli-0.14.0_GH0.tar.gz) = 416280f46b62f97418821e4d92d94dff9c70e0092dba1f6f98c8ad80dac81fc7 -SIZE (pgollucci-freebsd-bugzilla-cli-0.14.0_GH0.tar.gz) = 16000 +TIMESTAMP = 1478612517 +SHA256 (pgollucci-freebsd-bugzilla-cli-0.15.0_GH0.tar.gz) = 594a3b103297fb93a496ff6808380b40e551c5770960c3f892582e0a018f5a37 +SIZE (pgollucci-freebsd-bugzilla-cli-0.15.0_GH0.tar.gz) = 16380 diff --git a/ports-mgmt/kpackagekit/Makefile b/ports-mgmt/kpackagekit/Makefile index a16b559cd5ef..b6c558385fce 100644 --- a/ports-mgmt/kpackagekit/Makefile +++ b/ports-mgmt/kpackagekit/Makefile @@ -2,7 +2,7 @@ PORTNAME= KPackageKit PORTVERSION= 0.6.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ports-mgmt sysutils kde MASTER_SITES= http://opendesktop.org/CONTENT/content-files/ DISTNAME= 84745-${PORTNAME:tl}-${PORTVERSION} diff --git a/ports-mgmt/mkreadmes/pkg-descr b/ports-mgmt/mkreadmes/pkg-descr index 1d051cc25655..fc51b36041a9 100644 --- a/ports-mgmt/mkreadmes/pkg-descr +++ b/ports-mgmt/mkreadmes/pkg-descr @@ -3,4 +3,4 @@ to the standard "make readmes" for building the README.html files for the FreeBSD Ports Collection, building the files in a fraction of the time of the standard method. -WWW: http://sourceforge.net/projects/mkreadmes/ +WWW: https://sourceforge.net/projects/mkreadmes/ diff --git a/ports-mgmt/packagekit-qt4/Makefile b/ports-mgmt/packagekit-qt4/Makefile index 2886bb1184b4..e10ffd7afdf8 100644 --- a/ports-mgmt/packagekit-qt4/Makefile +++ b/ports-mgmt/packagekit-qt4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/ports-mgmt/packagekit-qt4/Makefile,v 1.1 2010/01/08 02:16:38 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -qt4 COMMENT= Qt4 bindings to packagekit diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 1799c0a3ebc1..1be04f851687 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.99.8 +DISTVERSION= 1.9.99.10 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode INSTALL_TARGET= install-strip PORTDOCS= NEWS +PORTSCOUT= ignore:1 # Use a submake as 'deinstall install' needs to reevaluate PKG_REGISTER # so that pkg-static is used from the wrkdir diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index d5bb3f4ec4b8..b6f95f8c5603 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480889869 -SHA256 (pkg-1.9.99.8.tar.xz) = 676711300f413ba2776c3d75585af7c670ccc3f5ea0927c112da2e136d42f29f -SIZE (pkg-1.9.99.8.tar.xz) = 2227220 +TIMESTAMP = 1483399497 +SHA256 (pkg-1.9.99.10.tar.xz) = e2fc918b6deb9e683001672b0dd44d9316574f39a6714e6da539cb7ee1a97bc6 +SIZE (pkg-1.9.99.10.tar.xz) = 2192688 diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 10eb14919fff..bdd7ff7609cb 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.9.3 +DISTVERSION= 1.9.4 +PORTREVISION= 1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ @@ -20,6 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode INSTALL_TARGET= install-strip PORTDOCS= NEWS +PORTSCOUT= ignore:1 # Use a submake as 'deinstall install' needs to reevaluate PKG_CMD # so that pkg-static is used from the wrkdir diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 951908725ae8..1a13a6fc21ef 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478211394 -SHA256 (pkg-1.9.3.tar.xz) = fde5a7835ef1784fecc6ad9ecc9478c83006b2c1d2a2b725784657fcda5814be -SIZE (pkg-1.9.3.tar.xz) = 1950372 +TIMESTAMP = 1480925481 +SHA256 (pkg-1.9.4.tar.xz) = cf0318fa1cbc4fe8ffb2b421768ac3e72b22056085dee4fba7361bb43ccff949 +SIZE (pkg-1.9.4.tar.xz) = 1922460 diff --git a/ports-mgmt/pkg/files/patch-libpkg_pkg__add.c b/ports-mgmt/pkg/files/patch-libpkg_pkg__add.c new file mode 100644 index 000000000000..e12299348409 --- /dev/null +++ b/ports-mgmt/pkg/files/patch-libpkg_pkg__add.c @@ -0,0 +1,22 @@ +--- libpkg/pkg_add.c.orig 2016-12-25 15:12:01 UTC ++++ libpkg/pkg_add.c +@@ -1344,8 +1344,10 @@ pkg_add_fromdir(struct pkg *pkg, const c + } + kh_find(hls, hardlinks, st.st_ino, path); + if (path != NULL) { +- if (create_hardlink(pkg, f, path) == EPKG_FATAL) ++ if (create_hardlink(pkg, f, path) == EPKG_FATAL) { ++ close(fd); + return (EPKG_FATAL); ++ } + } else { + if (create_regfile(pkg, f, NULL, NULL, fd, NULL) == EPKG_FATAL) { + close(fd); +@@ -1353,6 +1355,7 @@ pkg_add_fromdir(struct pkg *pkg, const c + } + kh_safe_add(hls, hardlinks, f->path, st.st_ino); + } ++ close(fd); + } else { + pkg_emit_error("Invalid file type"); + return (EPKG_FATAL); diff --git a/ports-mgmt/portal/Makefile b/ports-mgmt/portal/Makefile index 6d20dc9d6610..a3228bfd00a4 100644 --- a/ports-mgmt/portal/Makefile +++ b/ports-mgmt/portal/Makefile @@ -9,7 +9,6 @@ COMMENT= Front-end to pkg(8) LICENSE= BSD2CLAUSE -BROKEN_FreeBSD_9= does not build: requires proper c++11 support BROKEN_powerpc64= does not build PLIST_FILES= bin/${PORTNAME} \ @@ -19,6 +18,8 @@ USE_GITHUB= yes GH_ACCOUNT= culot USES= ncurses compiler:c++11-lib +CFLAGS+= -I${NCURSESINC} +LDFLAGS+= -L${NCURSESLIB} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin diff --git a/ports-mgmt/portal/files/patch-Makefile b/ports-mgmt/portal/files/patch-Makefile new file mode 100644 index 000000000000..cfe6972e7b24 --- /dev/null +++ b/ports-mgmt/portal/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-12-03 18:56:16 UTC ++++ Makefile +@@ -24,7 +24,7 @@ DEFS= -DVERSION=${VERSION} + all: ${PROG} + + ${PROG}: ${OBJS} +- ${CC} ${CXXFLAGS} -o ${.TARGET} ${OBJS} ${LDADD} ++ ${CC} ${CXXFLAGS} -o ${.TARGET} ${OBJS} ${LDFLAGS} ${LDADD} + + .cc.o: + ${CC} ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -c ${.IMPSRC} diff --git a/ports-mgmt/portest/Makefile b/ports-mgmt/portest/Makefile index ae9481b90c5d..2dff6d0e39ee 100644 --- a/ports-mgmt/portest/Makefile +++ b/ports-mgmt/portest/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portest -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= ports-mgmt MAINTAINER= ultima1252@gmail.com diff --git a/ports-mgmt/portest/distinfo b/ports-mgmt/portest/distinfo index 822f1159e322..ef41b9ed26ae 100644 --- a/ports-mgmt/portest/distinfo +++ b/ports-mgmt/portest/distinfo @@ -1,2 +1,3 @@ -SHA256 (ultima1252-portest-0.1.7_GH0.tar.gz) = a1e1c5fc0a3c423b658ce42abc605e19a0a61bd2885195feb72cfd7683fa8cdd -SIZE (ultima1252-portest-0.1.7_GH0.tar.gz) = 7617 +TIMESTAMP = 1482384922 +SHA256 (ultima1252-portest-0.1.8_GH0.tar.gz) = f3aadbc5c9ce2f66b62c5933ecb5c6afd978205e983eeb79380fb3d70ce25fe1 +SIZE (ultima1252-portest-0.1.8_GH0.tar.gz) = 7670 diff --git a/ports-mgmt/portfind/Makefile b/ports-mgmt/portfind/Makefile index 6b1ad31ac8f9..510f9d8a7515 100644 --- a/ports-mgmt/portfind/Makefile +++ b/ports-mgmt/portfind/Makefile @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= portfind -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.3 CATEGORIES= ports-mgmt perl5 -MASTER_SITES= http://dynsoft.com/files/ +MASTER_SITES= http://gug-it.de/files/ -MAINTAINER= thorsten@dynsoft.com +MAINTAINER= thorsten@gug-it.de COMMENT= Search the ports tree LICENSE= BSD3CLAUSE @@ -17,6 +16,8 @@ RUN_DEPENDS= sqlite3:databases/sqlite3 USES= perl5 USE_PERL5= build +PLIST_FILES= bin/portfind man/man1/portfind.1.gz + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/portfind ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/portfind.1 ${STAGEDIR}${MANPREFIX}/man/man1 diff --git a/ports-mgmt/portfind/distinfo b/ports-mgmt/portfind/distinfo index 3c9d621152bd..bbec1a64d5c9 100644 --- a/ports-mgmt/portfind/distinfo +++ b/ports-mgmt/portfind/distinfo @@ -1,2 +1,3 @@ -SHA256 (portfind-1.6.1.tar.gz) = 18b80f94b62e6979d495ea428972f41549a0eaf634655388b8d7d2bb0772ecbe -SIZE (portfind-1.6.1.tar.gz) = 5334 +TIMESTAMP = 1465665383 +SHA256 (portfind-1.6.3.tar.gz) = 7587e024ab748e4d8e53ce29c364e5e9db08d83fef8f2ca62b23acc05bafde84 +SIZE (portfind-1.6.3.tar.gz) = 5504 diff --git a/ports-mgmt/portfind/files/patch-portfind.c b/ports-mgmt/portfind/files/patch-portfind.c deleted file mode 100644 index 5dea4715e3a2..000000000000 --- a/ports-mgmt/portfind/files/patch-portfind.c +++ /dev/null @@ -1,80 +0,0 @@ ---- portfind.c.orig 2014-08-24 15:54:28 UTC -+++ portfind.c -@@ -103,20 +103,25 @@ int main(int argc, char **argv) { - return 0; - } - -+ char *filename; - char *release = get_release(); -+ - if(!release) { - fprintf(stderr, "Could not determine release\n"); - return 1; - } - -- char *filename = calloc(strlen(release) + strlen(INDEX_FILE) + 1, sizeof(char)); -- sprintf(filename, "%s%s", INDEX_FILE, release); -+ asprintf(&filename, INDEX_FILE "%s", release); -+ if (filename == NULL) { -+ fprintf(stderr, "Could not allocate memory for `filename`\n"); -+ return 1; -+ } - free(release); - - FILE *file = fopen(filename, "r"); - free(filename); - if(!file) { -- fprintf(stderr, "Could not open %s\n", INDEX_FILE); -+ fprintf(stderr, "Could not open %s\n", filename); - return 1; - } - -@@ -435,25 +440,32 @@ char *get_installed_version(const char * - return version; - } - --char *get_release() { -- size_t length = 0; -- sysctlbyname("kern.osrelease", NULL, &length, NULL, 0); -- if(length == 0) -- return NULL; -- -- char *release = calloc(length, sizeof(char)); -- char *version = calloc(length, sizeof(char)); -- char *tmp = version; -- sysctlbyname("kern.osrelease", release, &length, NULL, 0); -- char c = *release; -- while(c != '.' && c != '\0') { -- *tmp++ = c; -- c = *(++release); -- } -+char *get_release(void) { -+ char *first_dot, *release; -+ size_t length; - -+ release = NULL; -+ -+ if (sysctlbyname("kern.osrelease", NULL, &length, NULL, 0) == -1) -+ goto fail; -+ -+ if ((release = malloc(sizeof(char) * length)) == NULL) -+ goto fail; -+ -+ if (sysctlbyname("kern.osrelease", release, &length, NULL, 0) == -1) -+ goto fail; -+ -+ if ((first_dot = strchr(release, '.')) == NULL) -+ goto fail; -+ -+ *first_dot = '\0'; -+ -+ return release; -+ -+fail: - free(release); - -- return version; -+ return NULL; - } - - void help(const char *program) { diff --git a/ports-mgmt/portfind/pkg-descr b/ports-mgmt/portfind/pkg-descr index 9f0066e42f64..c789dd46be1b 100644 --- a/ports-mgmt/portfind/pkg-descr +++ b/ports-mgmt/portfind/pkg-descr @@ -1,3 +1,3 @@ Use portfind to search in the ports tree. -WWW: http://www.dynsoft.com +WWW: http://www.gug-it.de diff --git a/ports-mgmt/portfind/pkg-plist b/ports-mgmt/portfind/pkg-plist deleted file mode 100644 index f4708813c131..000000000000 --- a/ports-mgmt/portfind/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/portfind -man/man1/portfind.1.gz diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index 542810a717fe..bf7f6c83f040 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.17.5 -PORTREVISION= 1 +PORTVERSION= 2.17.6 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index f48c996d09df..6f27cdd44125 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/portlint/src/portlint.pl @@ -15,7 +15,7 @@ # was removed. # # $FreeBSD$ -# $MCom: portlint/portlint.pl,v 1.397 2016/11/11 02:12:15 jclarke Exp $ +# $MCom: portlint/portlint.pl,v 1.399 2016/12/23 23:18:20 jclarke Exp $ # use strict; @@ -50,7 +50,7 @@ $portdir = '.'; # version variables my $major = 2; my $minor = 17; -my $micro = 5; +my $micro = 6; # default setting - for FreeBSD my $portsdir = '/usr/ports'; @@ -1566,6 +1566,8 @@ sub checkmakefile { CFLAGS CMAKE_OFF CMAKE_ON + CMAKE_BOOL_OFF + CMAKE_BOOL CONFIGURE_ENABLE CONFIGURE_ENV CONFIGURE_OFF diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 315f4fa3baf6..f24b491276fb 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= portmaster -PORTVERSION= 3.17.9 -PORTREVISION= 4 +PORTVERSION= 3.17.10 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ diff --git a/ports-mgmt/portmaster/distinfo b/ports-mgmt/portmaster/distinfo index 9c5568617ebb..41bbdf12144f 100644 --- a/ports-mgmt/portmaster/distinfo +++ b/ports-mgmt/portmaster/distinfo @@ -1,2 +1,3 @@ -SHA256 (freebsd-portmaster-3.17.9_GH0.tar.gz) = dc6dc68f2319b640917a4a155e06aea6a2df7688be38fd10aea85d28cd08698b -SIZE (freebsd-portmaster-3.17.9_GH0.tar.gz) = 44706 +TIMESTAMP = 1486159871 +SHA256 (freebsd-portmaster-3.17.10_GH0.tar.gz) = 29d71ada63715f33645479ea2840b2223b5086ef2213bd42cc900f2baad06eb4 +SIZE (freebsd-portmaster-3.17.10_GH0.tar.gz) = 44745 diff --git a/ports-mgmt/ports-tools/Makefile b/ports-mgmt/ports-tools/Makefile new file mode 100644 index 000000000000..85fcef74876c --- /dev/null +++ b/ports-mgmt/ports-tools/Makefile @@ -0,0 +1,25 @@ +# Created by: Pawel Pekala <pawel@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ports-tools +PORTVERSION= 1.1 +CATEGORIES= ports-mgmt + +MAINTAINER= pawel@FreeBSD.org +COMMENT= Collection of ports tree related scripts + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= ppekala + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= bin/mkpatch bin/pcheck bin/pclean bin/pcommit bin/pfind \ + bin/plist-sort bin/plist-update bin/plog bin/reinplace-check \ + sbin/pkg-deleaf sbin/tbuilder sbin/upgrade-base \ + sbin/upgrade-ports ${DOCSDIR}/README.md + +.include <bsd.port.mk> diff --git a/ports-mgmt/ports-tools/distinfo b/ports-mgmt/ports-tools/distinfo new file mode 100644 index 000000000000..9152de3aab4b --- /dev/null +++ b/ports-mgmt/ports-tools/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1486484015 +SHA256 (ppekala-ports-tools-1.1_GH0.tar.gz) = c428c2791e5870699599fccce0ae7d6bb49d1b57c0f0684c2fb5472ebe727332 +SIZE (ppekala-ports-tools-1.1_GH0.tar.gz) = 18857 diff --git a/ports-mgmt/ports-tools/pkg-descr b/ports-mgmt/ports-tools/pkg-descr new file mode 100644 index 000000000000..354647e59b69 --- /dev/null +++ b/ports-mgmt/ports-tools/pkg-descr @@ -0,0 +1,3 @@ +Collection of scripts making things easier when working with ports tree. + +WWW: https://github.com/ppekala/ports-tools diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile index 5e7dafb9ca85..76dcdfeb0a2c 100644 --- a/ports-mgmt/porttree/Makefile +++ b/ports-mgmt/porttree/Makefile @@ -23,7 +23,6 @@ FETCH_DEPENDS+= svn:devel/subversion SVNROOT?= http://porttree.googlecode.com/svn/trunk/ SVN_REV= 52 NO_BUILD= yes -NO_INSTALL= yes PLIST_FILES= bin/porttree man/man1/porttree.1.gz NO_ARCH= yes diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index 7a4bbf5d33d6..6456b310e1ac 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.65 +PORTVERSION= 1.68 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -26,9 +26,8 @@ MAKE_ENV= NCURSES_LINK=static .include <bsd.port.pre.mk> post-extract: -.if (${OPSYS} == FreeBSD && ${OSVERSION} < 1000000) || \ - (${OPSYS} == DragonFly && ${OSVERSION} < 400600) - ${REINPLACE_CMD} -e 's|"re"|"r"|' ${WRKSRC}/src/unix.adb +.if ${OPSYS} == DragonFly && ${OSVERSION} < 400600 + @${REINPLACE_CMD} -e 's|"re"|"r"|' ${WRKSRC}/src/unix.adb .endif @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ ${WRKSRC}/src/definitions.ads diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 3b33492c2c28..ab7e5af8ae80 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478540657 -SHA256 (jrmarino-synth-v1.65_GH0.tar.gz) = 2a7ffa0e2929ea08ccb3bdd469cbd017f85da04f106839359ed919041daeca4f -SIZE (jrmarino-synth-v1.65_GH0.tar.gz) = 125987 +TIMESTAMP = 1485776248 +SHA256 (jrmarino-synth-v1.68_GH0.tar.gz) = 040f533e3c98e11e432c7860b80f3e51aa1fe97e5432345d084123ded75cb9ed +SIZE (jrmarino-synth-v1.68_GH0.tar.gz) = 138211 |