diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-06-18 11:01:35 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-06-18 11:01:35 +0000 |
commit | 6e6ed024fb179b513accfd39a4a31a0a2a5d509f (patch) | |
tree | 5b87da5913218d249f922dd4a549dad8fac2b950 | |
parent | cc8dbd71282837cfdfb1b18b08f74ec3a381249c (diff) |
Notes
-rw-r--r-- | sysutils/gsmartcontrol/Makefile | 20 | ||||
-rw-r--r-- | sysutils/gsmartcontrol/distinfo | 5 | ||||
-rw-r--r-- | sysutils/gsmartcontrol/files/patch-Makefile.in | 30 | ||||
-rw-r--r-- | sysutils/gsmartcontrol/pkg-plist | 12 |
4 files changed, 50 insertions, 17 deletions
diff --git a/sysutils/gsmartcontrol/Makefile b/sysutils/gsmartcontrol/Makefile index ef4b0f289dbd..6a5ba640a1a5 100644 --- a/sysutils/gsmartcontrol/Makefile +++ b/sysutils/gsmartcontrol/Makefile @@ -2,20 +2,30 @@ # $FreeBSD$ PORTNAME= gsmartcontrol -PORTVERSION= 0.8.7 -PORTREVISION= 5 +PORTVERSION= 1.0.0 CATEGORIES= sysutils -MASTER_SITES= http://artificialtime.com/${PORTNAME}/ +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= pawel@FreeBSD.org COMMENT= Graphical user interface for smartmontools -LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 +LICENSE= BSD3CLAUSE BSL GPLv2 GPLv3 PD ZLIB +LICENSE_COMB= multi +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE_bsd-ac.txt +LICENSE_FILE_BSL= ${WRKSRC}/LICENSE_boost_1_0.txt +LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE_gpl2.txt +LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE_gpl3.txt +LICENSE_FILE_PD= ${WRKSRC}/LICENSE_unlicense.txt +LICENSE_FILE_ZLIB= ${WRKSRC}/LICENSE_zlib.txt + +LIB_DEPENDS= libpcre.so:devel/pcre RUN_DEPENDS= bash:shells/bash \ + gnomesu:security/libgnomesu \ smartctl:sysutils/smartmontools -USES= compiler:c++11-lang pkgconfig tar:bzip2 libtool +USES= compiler:c++11-lang libtool pkgconfig tar:bzip2 USE_CXXSTD= c++11 +USE_GNOME= atkmm cairo glibmm gtk30 gtkmm30 libsigc++20 pangomm INSTALLS_ICONS= yes GNU_CONFIGURE= yes diff --git a/sysutils/gsmartcontrol/distinfo b/sysutils/gsmartcontrol/distinfo index 6da27a7734cd..5cd5d8e6e6fe 100644 --- a/sysutils/gsmartcontrol/distinfo +++ b/sysutils/gsmartcontrol/distinfo @@ -1,2 +1,3 @@ -SHA256 (gsmartcontrol-0.8.7.tar.bz2) = 708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 -SIZE (gsmartcontrol-0.8.7.tar.bz2) = 684394 +TIMESTAMP = 1497639656 +SHA256 (gsmartcontrol-1.0.0.tar.bz2) = 7ce35c52260084fa0ac4c7c9011bf231b459af157247f52d0c56aa0e90df947b +SIZE (gsmartcontrol-1.0.0.tar.bz2) = 691419 diff --git a/sysutils/gsmartcontrol/files/patch-Makefile.in b/sysutils/gsmartcontrol/files/patch-Makefile.in new file mode 100644 index 000000000000..508d88d0789a --- /dev/null +++ b/sysutils/gsmartcontrol/files/patch-Makefile.in @@ -0,0 +1,30 @@ +--- Makefile.in.orig 2017-06-15 21:00:10 UTC ++++ Makefile.in +@@ -84,7 +84,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile + $(top_srcdir)/configure $(am__configure_deps) \ + $(srcdir)/config.h.in $(srcdir)/gsmartcontrol.spec.in \ + $(srcdir)/version.in $(srcdir)/compilation_flags.in \ +- $(dist_doc_DATA) $(nobase_dist_doc_DATA) COPYING ChangeLog \ ++ $(dist_doc_DATA) $(nobase_dist_doc_DATA) ChangeLog \ + INSTALL NEWS TODO ar-lib config.guess config.sub depcomp \ + install-sh missing + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -375,17 +375,7 @@ noinst_DATA = AUTHORS.txt LICENSE_gsmartcontrol.txt RE + # These will be installed into docdir. + # Some of these files are actually needed for compilation (see src/res/Makefile.am). + dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \ +- LICENSE_boost_1_0.txt \ +- LICENSE_bsd-ac.txt \ +- LICENSE_bsd-ucb.txt \ +- LICENSE_gpl2.txt \ +- LICENSE_gpl3.txt \ +- LICENSE_gsmartcontrol.txt \ +- LICENSE_hz.txt \ +- LICENSE_pcrecpp.txt \ +- LICENSE_unlicense.txt \ +- LICENSE_zlib.txt +- ++ LICENSE_gsmartcontrol.txt + + # nobase_ preserves their directory names. + nobase_dist_doc_DATA = contrib/cron-based_noadmin/README \ diff --git a/sysutils/gsmartcontrol/pkg-plist b/sysutils/gsmartcontrol/pkg-plist index 06a5018c0b84..cf14e9beba93 100644 --- a/sysutils/gsmartcontrol/pkg-plist +++ b/sysutils/gsmartcontrol/pkg-plist @@ -1,20 +1,11 @@ bin/gsmartcontrol bin/gsmartcontrol-root -man/man1/gsmartcontrol.1.gz man/man1/gsmartcontrol-root.1.gz +man/man1/gsmartcontrol.1.gz share/applications/gsmartcontrol.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_boost_1_0.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_bsd-ac.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_bsd-ucb.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_gpl2.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_gpl3.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE_gsmartcontrol.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_hz.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_pcrecpp.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_unlicense.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_zlib.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/contrib/cron-based_noadmin/README @@ -31,5 +22,6 @@ share/icons/hicolor/256x256/apps/gsmartcontrol.png share/icons/hicolor/32x32/apps/gsmartcontrol.png share/icons/hicolor/48x48/apps/gsmartcontrol.png share/icons/hicolor/64x64/apps/gsmartcontrol.png +share/metainfo/gsmartcontrol.appdata.xml share/pixmaps/gsmartcontrol.png share/pixmaps/gsmartcontrol.xpm |