#!/bin/sh # # $FreeBSD$ # PATH=/bin:/usr/bin:/usr/sbin case $2 in DEINSTALL) echo '---> Starting deinstall script:' echo '---> Zeroing crontab(5) file belonging to user "%%USER%%"' /usr/bin/crontab -u %%USER%% /dev/null echo ' (The crontab(5) will be deleted completely when user "%%USER%%" is removed.)' ;; POST-DEINSTALL) echo '---> Starting post-deinstall script:' if [ -f %%PREFIX%%/etc/ifgraph.conf -o \ -d %%PREFIX%%/ifgraph -o \ -d %%PREFIX%%/var/ifgraph ]; then echo '---> You seem to have made some custom ifGraph configuration.' echo '---> - The "%%USER%%" user and "%%GROUP%%" group were therefore not deleted.' echo '---> - You may delete them with "pw groupdel %%GROUP%%; pw userdel %%USER%%".' else echo '---> Removing group "%%GROUP%%"' /usr/sbin/pw groupdel -n %%GROUP%% echo '---> Removing user "%%USER%%"' echo 'y' | /usr/sbin/pw userdel -n %%USER%% fi ;; esac 3 amdmi3@FreeBSD.org 2016-09-14T01:16:08+00:00 2824a5d9422deee4bbb177c641daad25c37e5675 - Add LICENSE - Switch to USES=localbase
- Add LICENSE
- Switch to USES=localbase
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01T14:00:51+00:00 mat mat@FreeBSD.org 2016-04-01T14:00:51+00:00 148314483d3098c0d6a33944f1190842e671502f With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Convert to USES=jpeg 2015-06-22T18:33:20+00:00 antoine antoine@FreeBSD.org 2015-06-22T18:33:20+00:00 a271c81a691520343b54826252aba0c2600e31ab

Update portaudio to v19/Remove portaudio2 [1] 2015-05-30T20:39:12+00:00 bapt bapt@FreeBSD.org 2015-05-30T20:39:12+00:00 b59b6099b4d24dea62584334abcd9af40a23478c Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken

Approved by:	maintainer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in 2014-12-08T16:48:38+00:00 tijl tijl@FreeBSD.org 2014-12-08T16:48:38+00:00 e2300845f96fc1f90e03af0a746423bff0b0e770 the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Update the default version of GCC in the Ports Collection from GCC 4.7.4 2014-09-10T20:50:31+00:00 gerald gerald@FreeBSD.org 2014-09-10T20:50:31+00:00 c830042769f26309b16e0b0ace05fc30fec7b236 to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
table class='list nowrap'>Commit message (Expand)AuthorAgeFilesLines * SHA256ifyedwin2006-01-241-0/+1 * Fix message when not set INSTALLDIRmnag2005-10-121-3/+6 * - Update to 2.1garga2005-09-305-190/+209 * - Update to 2.0pav2005-07-184-31/+170 * - Update maintainer's email addresspav2005-06-281-2/+2